From e7c8609bb02fc74f69832076b562f026cfc2b640 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Fri, 3 Jun 2016 16:31:14 -0400 Subject: [PATCH] Add support for dragonfly and netbsd --- const_bsds.go | 2 +- const_win_unix.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/const_bsds.go b/const_bsds.go index 9717374..5728243 100644 --- a/const_bsds.go +++ b/const_bsds.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build darwin openbsd freebsd +// +build darwin openbsd freebsd netbsd dragonfly package afero diff --git a/const_win_unix.go b/const_win_unix.go index d8f392b..968fc27 100644 --- a/const_win_unix.go +++ b/const_win_unix.go @@ -13,6 +13,8 @@ // +build !darwin // +build !openbsd // +build !freebsd +// +build !dragonfly +// +build !netbsd package afero