From: Chris Howey Date: Sat, 28 Apr 2012 16:24:29 +0000 (-0500) Subject: Windows - fix symlink test X-Git-Tag: v1.7.2~430 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=30670f86d7bc02f498f97e3f3c555d3952499180;p=fsnotify.git Windows - fix symlink test --- diff --git a/fsnotify_symlink_test.go b/fsnotify_symlink_test.go index f6899a7..1a79c7a 100644 --- a/fsnotify_symlink_test.go +++ b/fsnotify_symlink_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// -build windows +// +build freebsd openbsd netbsd darwin linux package fsnotify