• Rob Pike's avatar
    net: renamings · de03d502
    Rob Pike authored
    This is Go 1 package renaming CL #3.
    This one merely moves the source; the import strings will be
    changed after the next weekly release.
    This one moves pieces into net.
    
    http -> net/http
    http/cgi -> net/http/cgi
    http/fcgi -> net/http/fcgi
    http/pprof -> net/http/pprof
    http/httptest -> net/http/httptest
    mail -> net/mail
    rpc -> net/rpc
    rpc/jsonrpc -> net/rpc/jsonrpc
    smtp -> net/smtp
    url -> net/url
    
    Also remove rand (now math/rand) from NOTEST - it has a test.
    
    The only edits are in Makefiles and deps.bash.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/5335048
    de03d502
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...