1
0
mirror of https://github.com/golang/go synced 2024-11-13 20:00:23 -07:00
go/src
Laurent Voisin 363a5da3b8 cmd/go: fix typo in error message
Change-Id: I9b618de68a5f2c89caae06d35a153cda2f466b6a
Reviewed-on: https://go-review.googlesource.com/78678
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-11-19 22:41:07 +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/go: fix typo in error message 2017-11-19 22:41:07 +00:00
compress
container container/ring: fix example_test.go 2017-10-31 03:52:55 +00:00
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 flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output 2017-10-31 03:54:16 +00:00
fmt fmt: hide bad format in test from vet 2017-10-31 13:49:53 +00:00
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 all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
net Revert "net: Forget lookups for canceled contexts" 2017-11-17 17:14:02 +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 all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
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: fix typo in doc 2017-11-19 03:17:25 +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 build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
Make.dist
make.rc build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc