From: Nathan Youngman Date: Mon, 8 Sep 2014 03:40:39 +0000 (-0600) Subject: put linux and windows build tags back X-Git-Tag: v1.7.2~266 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=496122bf189f0f18d738f57c4b8a59134445d205;p=fsnotify.git put linux and windows build tags back this reverts 30aab4aea324d0110394bb280d9bb128a9716dcb --- 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 (