1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00

added "Under construction" to package comment

R=rsc
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=34196
CL=34199
This commit is contained in:
Robert Griesemer 2009-09-01 11:56:24 -07:00
parent 8c7eb44249
commit 4fe7a38be1

View 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:
//