]> go.fuhry.dev Git - fsnotify.git/commitdiff
put linux and windows build tags back
authorNathan Youngman <git@nathany.com>
Mon, 8 Sep 2014 03:40:39 +0000 (21:40 -0600)
committerNathan Youngman <git@nathany.com>
Mon, 8 Sep 2014 03:40:39 +0000 (21:40 -0600)
this reverts 30aab4aea324d0110394bb280d9bb128a9716dcb

inotify_linux.go
windows.go

index 6b42e9ecb008ced1268bb25f886e60aa2e06b88b..f5c0aaef04787d312ddb6cb21c8e02722f1ffc43 100644 (file)
@@ -2,6 +2,8 @@
 // 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 6ead6a64c7b30f19dfb3b14e1abbb67d4bd57b62..811585227d89bb23ea3246a9d1660ed6b30a84a3 100644 (file)
@@ -2,6 +2,8 @@
 // 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 (