go/src
Agniva De Sarker b6544a2a87 testing/cover: improve message when a package has no statements
Fixes #25492

Change-Id: Ic1496857524dad0c0a77f3bb80fa084c9bf00aa9
Reviewed-on: https://go-review.googlesource.com/c/go/+/155777
Run-TryBot: Agniva De Sarker <agniva.quicksilver@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2019-03-13 04:11:58 +00:00
..
archive archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
bufio bufio: fix emptyFinalToken example to handle multiple Reads 2019-03-02 18:28:10 +00:00
builtin
bytes bytes, strings: speed up TrimSpace 4-5x for common ASCII cases 2019-03-12 15:52:17 +00:00
cmd testing/cover: improve message when a package has no statements 2019-03-13 04:11:58 +00:00
compress
container
context
crypto all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
database/sql database/sql: fix comment grammar 2019-03-07 05:19:01 +00:00
debug debug/gosym: simplify parsing symbol name rule 2019-03-09 00:24:42 +00:00
encoding all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
errors errors: add Unwrap, Is, and As 2019-02-27 19:09:40 +00:00
expvar
flag
fmt fmt: rewrite if-else-if-else chain to switch statement 2019-03-06 15:12:49 +00:00
go go/build: bypass importGo if srcDir is in GOROOT/src 2019-03-12 05:00:20 +00:00
hash
html html/template: prevent test from failing with nil pointer dereference 2019-03-02 01:53:40 +00:00
image image/png: delete unused statement 2019-02-28 18:24:51 +00:00
index/suffixarray
internal internal/bytealg: share code for equal functions on arm 2019-03-12 07:27:56 +00:00
io
log log: make the name of error clearer 2019-03-07 15:36:29 +00:00
math math/big: add support for underscores '_' in numbers 2019-03-12 22:58:58 +00:00
mime
net net/http: add missing error checks in tests 2019-03-11 21:40:21 +00:00
os os: drop special case for FreeBSD 10.4 in newFile 2019-03-12 06:33:01 +00:00
path path/filepath: don't discard .. in EvalSymlinks 2019-03-05 01:01:11 +00:00
plugin
reflect reflect: make all flag.mustBe* methods inlinable 2019-03-09 19:50:24 +00:00
regexp regexp: add ReplaceAllStringFunc example 2019-02-27 21:48:41 +00:00
runtime runtime: safely load DLLs 2019-03-10 05:40:13 +00:00
sort
strconv strconv: simplify (*extFloat).Multiply using math/bits.Mul64 2019-03-04 22:25:21 +00:00
strings bytes, strings: speed up TrimSpace 4-5x for common ASCII cases 2019-03-12 15:52:17 +00:00
sync sync: allow inlining the RWMutex.RUnlock fast path 2019-03-09 16:34:17 +00:00
syscall syscall: correctly set up uid/gid mappings in user namespaces 2019-03-12 00:40:34 +00:00
testdata
testing testing/cover: improve message when a package has no statements 2019-03-13 04:11:58 +00:00
text text/tabwriter: use a single defer per Write call 2019-03-12 22:34:30 +00:00
time time: add support for day-of-year in Format and Parse 2019-03-08 01:21:33 +00:00
unicode
unsafe
vendor all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
go.sum all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
iostest.bash
make.bash cmd,std: add go.mod files 2019-03-11 20:27:41 +00:00
make.bat cmd,std: add go.mod files 2019-03-11 20:27:41 +00:00
make.rc cmd,std: add go.mod files 2019-03-11 20:27:41 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
run.bat
run.rc