1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Shawn Smith e3040e2bba crypto/sha256: add tests for Size() and BlockSize()
R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/46470043
2014-01-01 07:46:00 +11:00
..
archive archive/tar: add test case for passing nil to FileInfoHeader 2013-12-28 16:14:49 +11:00
bufio bufio: add Writer example 2013-08-12 13:03:50 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: add test for Contains 2013-12-28 20:33:05 +11:00
compress compress/flate: use io.ByteReader in docs 2013-12-18 18:24:55 -08:00
container container/ring: add test for Move with empty Ring 2013-12-31 21:18:40 +11:00
crypto crypto/sha256: add tests for Size() and BlockSize() 2014-01-01 07:46:00 +11:00
database/sql all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
debug debug/goobj: expand package prefix correctly 2013-12-18 19:00:52 -05:00
encoding encoding/json: use sync.Pool 2013-12-18 15:52:05 -08:00
errors
expvar
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt fmt: use sync.Pool 2013-12-18 11:09:07 -08:00
go go/build: mention 'tag' as an alias for 'build constraint' 2013-12-19 11:43:34 -08:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html html: add tests for UnescapeString edge cases 2013-12-18 10:20:25 -08:00
image image/gif: respect local color table transparency. 2013-12-18 15:10:40 -05:00
index/suffixarray
io io: add tests for SectionReader ReadAt and Size 2013-12-29 22:38:05 +11:00
log log: fix example (fix build) 2013-12-18 17:25:23 +11:00
math math/rand: Float32/64 must only return values in [0,1) 2013-12-18 15:38:53 -05:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net: fix typo 2013-12-31 18:52:37 +09:00
os os: reimplement HasPrefix and LastIndex to not depend on strings 2013-12-21 01:22:10 +01:00
path os, path/filepath: don't ignore Lstat errors in Readdir 2013-12-17 12:19:01 -08:00
reflect reflect: fixed method name in Slice3 error message 2013-12-30 11:41:01 -08:00
regexp regexp: use sync.Pool 2013-12-18 16:43:19 -08:00
runtime runtime: use readrange instead of read to check for races 2013-12-30 12:03:56 -08:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: add tests for FormatBool and AppendBool 2013-12-27 08:40:14 -08:00
strings bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
sync sync: explain Pool's intentions 2013-12-20 11:15:50 -08:00
syscall syscall: add NewCallbackCDecl again 2013-12-19 14:38:50 +11:00
testing cmd/godoc: document package-level examples 2013-11-11 12:09:24 +11:00
text text/template: don't panic when using AddParseTree with an unparsed template 2013-12-30 17:17:19 -08:00
time time: fix test error in Chinese edition of Windows 2013-12-17 02:43:14 -05:00
unicode all: add missing copyright 2013-12-17 06:52:32 -08:00
unsafe