From 30aab4aea324d0110394bb280d9bb128a9716dcb Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sat, 21 Jun 2014 09:20:24 -0600 Subject: [PATCH] remove unnecessary build tags, filename suffix is sufficient --- fsnotify_linux.go | 2 -- fsnotify_windows.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/fsnotify_linux.go b/fsnotify_linux.go index 0d96a32..b98f81e 100644 --- a/fsnotify_linux.go +++ b/fsnotify_linux.go @@ -2,8 +2,6 @@ // 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/fsnotify_windows.go b/fsnotify_windows.go index a493b4e..9699217 100644 --- a/fsnotify_windows.go +++ b/fsnotify_windows.go @@ -2,8 +2,6 @@ // 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