]> go.fuhry.dev Git - fsnotify.git/commitdiff
remove unnecessary build tags, filename suffix is sufficient
authorNathan Youngman <git@nathany.com>
Sat, 21 Jun 2014 15:20:24 +0000 (09:20 -0600)
committerNathan Youngman <git@nathany.com>
Sat, 21 Jun 2014 15:20:24 +0000 (09:20 -0600)
fsnotify_linux.go
fsnotify_windows.go

index 0d96a32413e11d27e84362b064f19e111d70231a..b98f81ed4c6d5c8133dea48165e65ef02c102c84 100644 (file)
@@ -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 (
index a493b4ef7a6f7a979d8e658d3f253459d20a08a8..96992170e32b51d2ec61f930d377d89188faddf2 100644 (file)
@@ -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 (