go/src/internal
Marcel van Lohuizen 1f90d08139 fmt: make type of fmt.Errorf the same as that of errors.New
This applies only for cases where %w is not used.

The purpose of this change is to reduce test failures where tests
depend on these two being the same type, as they previously were.

Change-Id: I2dd28b93fe1d59f3cfbb4eb0875d1fb8ee699746
Reviewed-on: https://go-review.googlesource.com/c/go/+/167402
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
2019-03-14 09:45:22 +00:00
..
bytealg internal/bytealg: share code for equal functions on arm 2019-03-12 07:27:56 +00:00
cpu internal/cpu: change s390x API to match x/sys/cpu 2019-02-28 13:46:45 +00:00
errinternal fmt: make type of fmt.Errorf the same as that of errors.New 2019-03-14 09:45:22 +00:00
fmtsort fmtsort: sort interfaces deterministically 2019-02-28 21:09:49 +00:00
goroot all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00
lazyregexp internal/lazytemplate: add a lazy template wrapper 2019-02-27 23:49:01 +00:00
lazytemplate internal/lazytemplate: add a lazy template wrapper 2019-02-27 23:49:01 +00:00
nettrace net, net/http: don't trace DNS dials 2016-05-14 00:14:25 +00:00
poll runtime, internal/poll, net: report event scanning error on read event 2019-03-13 08:53:02 +00:00
race testing: mark tests and benchmarks failed if a race occurs during execution 2016-11-03 18:19:49 +00:00
reflectlite all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
singleflight net: don't let cancelation of a DNS lookup affect another lookup 2018-03-16 13:39:38 +00:00
syscall os: make Readlink work with symlinks with target like \??\Volume{ABCD}\ 2019-03-01 07:44:37 +00:00
testenv internal/testenv: remove SetModVendor 2019-03-08 23:40:24 +00:00
testlog cmd/go: invalidate cached test results if env vars or files change 2017-12-11 19:08:32 +00:00
trace cmd/trace: revert internal/traceparser 2018-11-22 02:59:55 +00:00
xcoff all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00