• Rob Pike's avatar
    html,log,math: renamings · 5cb4a153
    Rob Pike authored
    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
    5cb4a153
Name
Last commit
Last update
..
Makefile Loading commit data...
abs.go Loading commit data...
asin.go Loading commit data...
cmath_test.go Loading commit data...
conj.go Loading commit data...
exp.go Loading commit data...
isinf.go Loading commit data...
isnan.go Loading commit data...
log.go Loading commit data...
phase.go Loading commit data...
polar.go Loading commit data...
pow.go Loading commit data...
rect.go Loading commit data...
sin.go Loading commit data...
sqrt.go Loading commit data...
tan.go Loading commit data...