1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:20:07 -07:00
go/src
Alan Donovan 5e17ce22ec cmd/vet: lostcancel: suppress the check in the main.main function
When main.main returns, the process exits, so there's no need to cancel contexts.

This change was initially reviewed as
https://go-review.googlesource.com/c/go/+/106915/4
but somehow I messed up and committed patchset 5, which was
effectively empty.

Change-Id: Ic4250eb6563af9bc734e429aafc7081ca7d0e012
Reviewed-on: https://go-review.googlesource.com/c/148758
Reviewed-by: Alan Donovan <adonovan@google.com>
2018-11-09 16:11:42 +00:00
..
archive
bufio
builtin
bytes strings,bytes: use inlineable function trampolines instead of linkname 2018-11-08 20:52:47 +00:00
cmd cmd/vet: lostcancel: suppress the check in the main.main function 2018-11-09 16:11:42 +00:00
compress
container
context
crypto crypto/md5: fix md5block asm to work on big endian ppc64 2018-11-09 15:54:21 +00:00
database/sql database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
debug all: skip unsupported tests on AIX 2018-11-02 16:12:08 +00:00
encoding all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
errors
expvar
flag
fmt
go go/types: avoid certain problems with recursive alias type declarations 2018-11-07 18:25:08 +00:00
hash
html all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
image
index/suffixarray
internal strings,bytes: use inlineable function trampolines instead of linkname 2018-11-08 20:52:47 +00:00
io
log
math all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
mime mime/multipart: check for quoted-printable case insensitively 2018-11-09 05:37:10 +00:00
net net: simplify nested if-blocks 2018-11-08 08:19:48 +00:00
os all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
path all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
plugin
reflect reflect: fix StructOf panics from too many methods in embedded fields 2018-11-06 13:52:29 +00:00
regexp all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
runtime runtime: reduce linear search through pcvalue cache 2018-11-09 16:06:56 +00:00
sort
strconv
strings strings,bytes: use inlineable function trampolines instead of linkname 2018-11-08 20:52:47 +00:00
sync all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
syscall internal/syscall/unix: use libc calls on Darwin 2018-11-08 17:26:22 +00:00
testdata
testing
text
time time: add a missing comma in the documentation of Time 2018-11-08 18:02:11 +00:00
unicode
unsafe
vendor/golang_org/x crypto/tls: implement TLS 1.3 cryptographic computations 2018-11-02 21:54:52 +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
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc