From 760e47f3c3bc7f544cd0bf7653e704cf1b949e83 Mon Sep 17 00:00:00 2001 From: Alex Ogier Date: Sat, 14 Feb 2015 21:11:23 -0500 Subject: Move test files to the 'pflag' package This means we can avoid putting the repository name into the source files, so people who have their own forks don't have to make changes. --- bool_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bool_test.go') diff --git a/bool_test.go b/bool_test.go index 19aa762..a2e1c5d 100644 --- a/bool_test.go +++ b/bool_test.go @@ -2,15 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package pflag_test +package pflag import ( "bytes" "fmt" "strconv" "testing" - - . "github.com/ogier/pflag" ) // This value can be a boolean ("true", "false") or "maybe" -- cgit v1.2.3