Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
e2eccf3b
Commit
e2eccf3b
authored
Nov 04, 2008
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install bignum as library
R=r DELTA=3501 (1752 added, 1749 deleted, 0 changed) OCL=18460 CL=18471
parent
e2fe2f3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/lib/bignum.go
src/lib/bignum.go
+0
-0
src/lib/make.bash
src/lib/make.bash
+1
-0
test/bignum_test.go
test/bignum_test.go
+2
-0
No files found.
usr/gri/bignum
/bignum.go
→
src/lib
/bignum.go
View file @
e2eccf3b
File moved
src/lib/make.bash
View file @
e2eccf3b
...
...
@@ -35,6 +35,7 @@ for i in \
io.go
\
bufio.go
\
once.go
\
bignum.go
\
do
base
=
$(
basename
$i
.go
)
...
...
usr/gri/bignum
/bignum_test.go
→
test
/bignum_test.go
View file @
e2eccf3b
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment