From 7244094509c32623e6f4acd81e41a4825253881a Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 19 Jun 2015 16:59:24 -0400 Subject: [PATCH] allow building on FreeBSD Allow this file to build on FreeBSD --- helper/password/password_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/password/password_unix.go b/helper/password/password_unix.go index c2bbe1322..f529ed3df 100644 --- a/helper/password/password_unix.go +++ b/helper/password/password_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin +// +build linux darwin freebsd package password