go/src
Brad Fitzpatrick 40d8b4b2e2 time: fix build on Android
Some type renames were missing in the android file from CL 79017

Change-Id: I419215575ca7975241afb8d2069560c8b1d142c6
Reviewed-on: https://go-review.googlesource.com/79136
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-11-21 19:44:00 +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: add optimized countByte for arm64 2017-11-21 19:07:38 +00:00
cmd bytes: add optimized countByte for arm64 2017-11-21 19:07:38 +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: skip netpoll check if there are no waiters 2017-11-21 19:36:56 +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: fix build on Android 2017-11-21 19:44:00 +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
Make.dist
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.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc