From: Nathan Youngman Date: Sat, 21 Jun 2014 15:20:24 +0000 (-0600) Subject: remove unnecessary build tags, filename suffix is sufficient X-Git-Tag: v1.7.2~309 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=30aab4aea324d0110394bb280d9bb128a9716dcb;p=fsnotify.git remove unnecessary build tags, filename suffix is sufficient --- diff --git a/fsnotify_linux.go b/fsnotify_linux.go index 0d96a32..b98f81e 100644 --- a/fsnotify_linux.go +++ b/fsnotify_linux.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux - package fsnotify import ( diff --git a/fsnotify_windows.go b/fsnotify_windows.go index a493b4e..9699217 100644 --- a/fsnotify_windows.go +++ b/fsnotify_windows.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build windows - package fsnotify import (