]> Cypherpunks repositories - gostls13.git/commit
- switched most of existing Go code to new export syntax
authorRobert Griesemer <gri@golang.org>
Tue, 5 Aug 2008 00:17:59 +0000 (17:17 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 5 Aug 2008 00:17:59 +0000 (17:17 -0700)
commit2f4352a26d277046d7566b08296b242343223f51
tree80e7db696b1c8292c000aa0967b28f586522e78b
parentd28acc42ec0f8dff9471e4663cfe55aa5da86656
- switched most of existing Go code to new export syntax
- adjusted lang doc

R=r
DELTA=192  (26 added, 65 deleted, 101 changed)
OCL=13844
CL=13848
25 files changed:
doc/go_lang.txt
src/lib/container/vector.go
src/lib/flag.go
src/lib/fmt.go
src/lib/math/asin.go
src/lib/math/atan.go
src/lib/math/atan2.go
src/lib/math/exp.go
src/lib/math/fabs.go
src/lib/math/floor.go
src/lib/math/fmod.go
src/lib/math/hypot.go
src/lib/math/log.go
src/lib/math/pow.go
src/lib/math/pow10.go
src/lib/math/sin.go
src/lib/math/sinh.go
src/lib/math/sqrt.go
src/lib/math/tan.go
src/lib/math/tanh.go
src/lib/rand.go
src/pkg/integer.go
src/syscall/file_amd64_darwin.go
src/syscall/file_amd64_linux.go
src/syscall/syscall.go