From 4d5822308c2a020a16a44fc0457578fc5b79b72b Mon Sep 17 00:00:00 2001 From: Alex Ogier Date: Fri, 4 May 2012 17:00:49 -0400 Subject: Import the full github path in tests --- example_test.go | 3 ++- flag_test.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example_test.go b/example_test.go index f73e7cc..03ebeaa 100644 --- a/example_test.go +++ b/example_test.go @@ -7,10 +7,11 @@ package pflag_test import ( "errors" - flag "pflag" "fmt" "strings" "time" + + flag "github.com/ogier/pflag" ) // Example 1: A single string flag called "species" with default value "gopher". diff --git a/flag_test.go b/flag_test.go index 99c9903..7649946 100644 --- a/flag_test.go +++ b/flag_test.go @@ -6,13 +6,14 @@ package pflag_test import ( "bytes" - . "pflag" "fmt" "os" "sort" "strings" "testing" "time" + + . "github.com/ogier/pflag" ) var ( -- cgit v1.2.3