From: Robert Griesemer Date: Tue, 1 Sep 2009 18:56:24 +0000 (-0700) Subject: added "Under construction" to package comment X-Git-Tag: weekly.2009-11-06~682 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4fe7a38be1b220ea30e748c7c54fa3c18ead4516;p=gostls13.git added "Under construction" to package comment R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=34196 CL=34199 --- diff --git a/src/pkg/big/nat.go b/src/pkg/big/nat.go index d1b12c753a..041f7b324a 100644 --- a/src/pkg/big/nat.go +++ b/src/pkg/big/nat.go @@ -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: //