From 4fe7a38be1b220ea30e748c7c54fa3c18ead4516 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 1 Sep 2009 11:56:24 -0700 Subject: [PATCH] added "Under construction" to package comment R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=34196 CL=34199 --- src/pkg/big/nat.go | 2 ++ 1 file changed, 2 insertions(+) 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: // -- 2.48.1