1
0
mirror of https://github.com/golang/go synced 2024-10-03 10:31:21 -06:00
go/src/pkg
2009-12-03 22:19:55 -08:00
..
archive/tar move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
asn1 go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
big go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
bignum go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
bufio go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
bytes Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffer allocation. 2009-12-03 12:56:16 -08:00
compress move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
container Replace sort.Sort call with heapify algorithm in Init. 2009-11-24 17:20:13 -08:00
crypto crypto/rsa: fix shadowing error. 2009-12-03 19:33:23 -08:00
debug move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
ebnf move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
encoding move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
exec move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
exp Add Count, Cycle, ZipWith, GroupBy, Repeat, RepeatTimes, Unique to exp/iterable. 2009-12-03 20:03:07 -08:00
expvar json: Decode into native Go data structures 2009-11-30 13:55:09 -08:00
flag go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
fmt minor improvement to formatting: don't allocate padding strings every time. 2009-12-03 00:04:40 -08:00
go - include type-associated consts and vars when filtering a PackageDoc 2009-12-03 11:25:20 -08:00
gob The String() method requires global state that makes it not work outside of this package, 2009-12-03 17:14:32 -08:00
hash Add benchmarks for commonly used routines. 2009-11-24 00:21:50 -08:00
http move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
image go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
io Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffer allocation. 2009-12-03 12:56:16 -08:00
json apply gofmt to json files 2009-12-02 11:40:54 -08:00
log go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
malloc runtime: malloc fixes 2009-12-03 17:22:23 -08:00
math test case for large angles in trig functions 2009-11-24 15:42:46 -08:00
net net: turn off empty packet test by default 2009-12-03 22:19:55 -08:00
once go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
os move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
patch go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
path move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
rand go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
reflect go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
regexp Change to container/vector interface: 2009-11-24 13:43:18 -08:00
rpc fix segfault printing errors. add test case and improve messages. 2009-12-02 10:41:28 -08:00
runtime runtime: fix Caller crash on 386. 2009-12-03 17:24:14 -08:00
sort Add benchmarks for commonly used routines. 2009-11-24 00:21:50 -08:00
strconv Add benchmarks for commonly used routines. 2009-11-24 00:21:50 -08:00
strings Runes: turn string into []int 2009-12-02 20:47:38 -08:00
sync sync.RWMutex: rewritten to add support for concurrent readers. 2009-11-30 12:10:56 -08:00
syscall Add Shutdown to 32-bit GNU/Linux build. 2009-12-02 08:24:14 -08:00
tabwriter Add flag -tabindent to gofmt: forces use of 2009-12-02 16:57:15 -08:00
template template: two bug fixes / nits 2009-11-30 10:29:14 -08:00
testing go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
time move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
unicode update package unicode to Unicode 5.2 2009-12-01 16:22:21 -08:00
unsafe unsafe: documentation typo. 2009-11-16 15:39:04 -08:00
utf8 a few utf8 benchmarks. on my mac: 2009-11-25 13:30:30 -08:00
websocket Explicitly return values where it's shadowing the parameter. 2009-12-01 15:54:49 -08:00
xgb A first stab at porting the XCB X11 protocol bindings to go. 2009-11-30 14:25:50 -08:00
xml go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
deps.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
Makefile move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00