1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00
go/src
Russ Cox 225a2e12fe time: rename internal type data to dataIO
This allows LoadTimezoneFromTZData to have a parameter named data.

Change-Id: I11c115745c7f697244f806bcd654f697dab73de1
Reviewed-on: https://go-review.googlesource.com/79017
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-11-21 17:34:53 +00:00
..
archive archive/tar: partially revert sparse file support 2017-11-16 16:54:08 +00:00
bufio bufio: Use maxConsecutiveEmptyReads instead of 100 2017-11-14 05:21:00 +00:00
builtin builtin: improve docs for make slice 2017-11-18 01:48:52 +00:00
bytes bytes: don't use an iota for the readOp constants 2017-11-19 16:37:43 +00:00
cmd cmd/compile: improve debugging output for GOSSAFUNC 2017-11-21 16:29:33 +00:00
compress
container
context
crypto cmd/cgo: special case C ptr types to use uintptr 2017-11-17 22:11:03 +00:00
database/sql database/sql: check for arg counts after eliminating arguments 2017-11-18 01:52:49 +00:00
debug
encoding encoding/csv: restore Go 1.9 quoted \r\n handling in Reader 2017-11-16 16:29:37 +00:00
errors
expvar
flag
fmt
go go/printer: indent lone comments in composite lits 2017-11-15 18:48:48 +00:00
hash crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
html
image all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
index/suffixarray
internal internal/cpu: detect cpu features in internal/cpu package 2017-11-14 19:07:15 +00:00
io io: eliminate full copy of copy loop in CopyN 2017-11-16 02:24:37 +00:00
log
math Revert "math/rand: make Perm match Shuffle" 2017-11-16 16:24:30 +00:00
mime
net net: fix typo in parsePort documentation 2017-11-21 17:31:56 +00:00
os os/user: handle large 32-bit uid/gid values when stringifying User.Uid/Gid 2017-11-16 18:42:02 +00:00
path
plugin
reflect
regexp go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
runtime runtime/pprof: fix doc typo 2017-11-18 20:40:15 +00:00
sort
strconv
strings bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "") 2017-11-15 21:26:05 +00:00
sync all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
syscall syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
testing
text text/template: remove unnecessary lexer field 2017-11-10 04:13:30 +00:00
time time: rename internal type data to dataIO 2017-11-21 17:34:53 +00:00
unicode go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
unsafe
vendor/golang_org/x vendor: add golang.org/x/crypto/cryptobyte 2017-11-08 00:18:05 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash cmd/dist: fix bad LC_TIME assumption in 'date' invocation 2017-11-03 13:42:33 +00:00
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc