From: Rob Pike Date: Thu, 9 Apr 2009 05:17:09 +0000 (-0700) Subject: work around link bug X-Git-Tag: weekly.2009-11-06~1874 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a029f1eb7ef0f8421cca28c09355fef636bfaa44;p=gostls13.git work around link bug R=rsc OCL=27242 CL=27242 --- diff --git a/src/lib/bignum_test.go b/src/lib/bignum_test.go index d8d214dd78..02ff4f50f0 100644 --- a/src/lib/bignum_test.go +++ b/src/lib/bignum_test.go @@ -6,6 +6,7 @@ package bignum_test import ( bignum "bignum"; + flag "flag"; // BUG: should not be necessary fmt "fmt"; testing "testing"; )