1
0
mirror of https://github.com/golang/go synced 2024-11-17 16:34:43 -07:00
go/src
Jacob Walker 74b3c50eeb errors: fix comment referencing the Wrapper interface
The Unwrap function performs a type assertion looking for the Wrapper
interface. The method of that interface is called Unwrap but the
interface itself is called Wrapper.

Change-Id: Ie3bf296f93b773d36015bcab2a0e6585d39783c7
GitHub-Last-Rev: 32b1a0c2f8
GitHub-Pull-Request: golang/go#31794
Reviewed-on: https://go-review.googlesource.com/c/go/+/174917
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-02 04:44:36 +00:00
..
archive
bufio
builtin
bytes strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
cmd cmd/compile: disable Go1.13 language features for -lang=go1.12 and below 2019-05-02 00:42:51 +00:00
compress
container
context all: s/cancelation/cancellation/ 2019-04-16 20:27:15 +00:00
crypto all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
database/sql database/sql: add NullInt32 2019-04-26 21:54:41 +00:00
debug all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
encoding encoding/gob: adding missing fuzz skip to one of the fuzz tests 2019-04-30 18:20:58 +00:00
errors errors: fix comment referencing the Wrapper interface 2019-05-02 04:44:36 +00:00
expvar expvar: improve Map.addKey for large number of keys 2019-04-16 17:18:01 +00:00
flag
fmt
go cmd/compile: disable Go1.13 language features for -lang=go1.12 and below 2019-05-02 00:42:51 +00:00
hash
html html: add a Fuzz function 2019-04-30 15:48:46 +00:00
image
index/suffixarray index/suffixarray: add 32-bit implementation 2019-05-01 15:19:07 +00:00
internal internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x 2019-04-30 23:31:26 +00:00
io
log
math math: consolidate assembly stub implementations 2019-04-23 14:50:16 +00:00
mime
net net: set DNSError.IsTemporary from addrinfoErrno errors 2019-05-01 13:25:02 +00:00
os os,time: fix tests on iOS 2019-05-01 13:53:44 +00:00
path
plugin
reflect all: refer to map elements as elements instead of values 2019-04-30 18:18:12 +00:00
regexp
runtime runtime: look for idle p to run current goroutine when switching to GC or traceReader 2019-05-01 16:10:05 +00:00
sort
strconv strconv: Document ParseFloat's special cases 2019-04-29 11:07:31 +00:00
strings strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
sync sync: update comment 2019-04-19 16:15:36 +00:00
syscall syscall: on wasm, do not use typed array asynchronously 2019-04-30 22:41:20 +00:00
testdata
testing testing: delay flag registration; move to an Init function 2019-04-29 19:54:30 +00:00
text all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
time os,time: fix tests on iOS 2019-05-01 13:53:44 +00:00
unicode all: update to Unicode 11 2019-04-25 20:33:22 +00:00
unsafe
vendor vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
all.bash
all.bat
all.rc
bootstrap.bash bootstrap.bash: preserve file times when copying 2019-04-27 14:36:00 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
go.sum vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
iostest.bash
make.bash cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
make.bat cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
Make.dist
make.rc cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc