]> Cypherpunks repositories - gostls13.git/commitdiff
added "Under construction" to package comment
authorRobert Griesemer <gri@golang.org>
Tue, 1 Sep 2009 18:56:24 +0000 (11:56 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 1 Sep 2009 18:56:24 +0000 (11:56 -0700)
R=rsc
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=34196
CL=34199

src/pkg/big/nat.go

index d1b12c753af41ea74488d49d8bccf4043f7278b9..041f7b324a68b953c73a038524b7dd9be6d383b9 100644 (file)
@@ -6,6 +6,8 @@
 // These are the building blocks for the operations on signed integers
 // and rationals.
 
+//     NOTE: PACKAGE UNDER CONSTRUCTION (use bignum for the time being)
+//
 // This package implements multi-precision arithmetic (big numbers).
 // The following numeric types are supported:
 //