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

install bignum as library

R=r
DELTA=3501  (1752 added, 1749 deleted, 0 changed)
OCL=18460
CL=18471
This commit is contained in:
Robert Griesemer 2008-11-04 13:55:18 -08:00
parent e2fe2f3f23
commit e2eccf3bd0
3 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ for i in \
io.go\
bufio.go\
once.go\
bignum.go\
do
base=$(basename $i .go)

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// $G $D/$F.go && $L $F.$A && ./$A.out
package main
import Big "bignum"