From 30670f86d7bc02f498f97e3f3c555d3952499180 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Sat, 28 Apr 2012 11:24:29 -0500 Subject: [PATCH] Windows - fix symlink test --- fsnotify_symlink_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1