1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/math/rand
Rob Pike 5cb4a15320 html,log,math: renamings
This is Go 1 package renaming CL #2.
This one merely moves the source; the import strings will be
changed after the next weekly release.

exp/template/html -> html/template
big -> math/big
cmath -> math/cmplx
rand -> math/rand
syslog -> log/syslog

The only edits are in Makefiles and deps.bash.

Note that this CL moves exp/template/html out of exp. I decided
to do that so all the renamings can be done together, even though
the API (and that of template, for that matter) is still fluid.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5332053
2011-11-03 12:42:57 -07:00
..
exp.go html,log,math: renamings 2011-11-03 12:42:57 -07:00
Makefile html,log,math: renamings 2011-11-03 12:42:57 -07:00
normal.go html,log,math: renamings 2011-11-03 12:42:57 -07:00
rand_test.go html,log,math: renamings 2011-11-03 12:42:57 -07:00
rand.go html,log,math: renamings 2011-11-03 12:42:57 -07:00
rng.go html,log,math: renamings 2011-11-03 12:42:57 -07:00
zipf.go html,log,math: renamings 2011-11-03 12:42:57 -07:00