1
0
mirror of https://github.com/golang/go synced 2024-11-19 20:54:39 -07:00
go/src/pkg
Rob Pike 4cf73890a2 crypto/sha1: provide a top-level Sum function
Makes it easy to ask the simple question, what is the hash of this data?

R=golang-dev, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/10571043
2013-06-25 17:04:18 -07:00
..
archive all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
bufio bufio: fix SplitFunc docs 2013-05-23 04:38:32 +08:00
builtin builtin: document true and false. 2013-04-18 14:36:08 -07:00
bytes runtime/bytes: fast Compare for byte arrays and strings. 2013-05-14 16:05:51 -07:00
compress compress/bzip2: don't panic on invalid input. 2013-06-24 10:59:41 -04:00
container
crypto crypto/sha1: provide a top-level Sum function 2013-06-25 17:04:18 -07:00
database/sql database/sql: remove extra RemoveDep call 2013-05-21 14:58:08 -07:00
debug all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
encoding all: excise some warts found by vet -shadow 2013-06-20 16:14:40 -07:00
errors
expvar
flag
fmt all: excise some warts found by vet -shadow 2013-06-20 16:14:40 -07:00
go go/parser: always provide a non-nil path for imports 2013-06-21 15:09:04 -07:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html build: remove dead code 2013-03-22 17:28:22 -04:00
image image/jpeg: avoid documentation argument over whether it's luma 2013-06-05 10:18:06 +10:00
index/suffixarray
io io/ioutil: make WriteFile notice errors from Close() 2013-06-05 21:16:44 -07:00
log all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
math math/big: fix Errorf verb 2013-06-18 14:16:40 -07:00
mime mime: add support for Plan 9 2013-06-04 17:30:45 -07:00
net runtime: change netpoll in preparation for windows implementation 2013-06-25 12:29:00 +10:00
os os: rename error_posix.go to error_unix.go 2013-06-24 11:23:37 +10:00
path path/filepath: Skip TestEvalSymlinks. Plan 9 doesn't have symlinks. 2013-05-24 11:01:04 -07:00
reflect runtime: introduce cnewarray() to simplify allocation of typed arrays 2013-05-27 11:29:11 +04:00
regexp regexp: doc fix 2013-05-02 18:59:39 -07:00
runtime runtime: do not mark os memory as executable on windows 2013-06-25 17:20:14 +10:00
sort sort: don't depend on math 2013-04-20 17:20:41 -07:00
strconv strconv: corrected several bad references to err.Error in doc comments. 2013-06-13 17:04:47 -07:00
strings bytes,strings: remove user name from BUG in comment 2013-03-19 15:04:18 -07:00
sync sync: fix race instrumentation of WaitGroup 2013-06-25 20:27:19 +04:00
syscall syscall: reduce duplication between *bsd and linux 2013-06-25 10:14:40 +10:00
testing testing: include cover mode in cover profile 2013-06-21 14:19:08 -07:00
text text/template: comment fix 2013-05-03 14:22:34 -07:00
time time: avoid garbage collector aliasing bug 2013-06-24 14:49:35 -04:00
unicode unicode: modify a comment to the convention format. 2013-03-19 14:47:41 -04:00
unsafe