1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:48:05 -07:00
go/src/lib/hash
Rob Pike aaf63f8d06 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors.
lib/template updated to use new setup; its clients also updated.

Step 2 will make os's error support internally much cleaner.

R=rsc
OCL=27586
CL=27586
2009-04-17 00:08:24 -07:00
..
adler32_test.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
adler32.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
crc32_test.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
crc32.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
Makefile Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
md5_test.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
md5.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
md5block.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
sha1_test.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
sha1.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
sha1block.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
test_cases.txt
test_gen.awk