From 496122bf189f0f18d738f57c4b8a59134445d205 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sun, 7 Sep 2014 21:40:39 -0600 Subject: [PATCH] put linux and windows build tags back this reverts 30aab4aea324d0110394bb280d9bb128a9716dcb --- inotify_linux.go | 2 ++ windows.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inotify_linux.go b/inotify_linux.go index 6b42e9e..f5c0aae 100644 --- a/inotify_linux.go +++ b/inotify_linux.go @@ -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 ( diff --git a/windows.go b/windows.go index 6ead6a6..8115852 100644 --- a/windows.go +++ b/windows.go @@ -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 ( -- 2.50.1