mirror of https://github.com/golang/go.git
- factored implementation of Int.Bytes, Int.SetBytes and replaced existing code with much simpler cores - use the shared bytes, setBytes routines for Gob (en/de)coding Fixes #1496. R=r, eds CC=golang-dev https://golang.org/cl/4249063 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| arith.go | ||
| arith_386.s | ||
| arith_amd64.s | ||
| arith_arm.s | ||
| arith_decl.go | ||
| arith_test.go | ||
| calibrate_test.go | ||
| hilbert_test.go | ||
| int.go | ||
| int_test.go | ||
| nat.go | ||
| nat_test.go | ||
| rat.go | ||
| rat_test.go | ||