1
0
mirror of https://github.com/golang/go synced 2024-10-05 20:31:20 -06:00
go/src/cmd/vet
Brad Fitzpatrick 2ae77376f7 all: link to https instead of http
The one in misc/makerelease/makerelease.go is particularly bad and
probably warrants rotating our keys.

I didn't update old weekly notes, and reverted some changes involving
test code for now, since we're late in the Go 1.5 freeze. Otherwise,
the rest are all auto-generated changes, and all manually reviewed.

Change-Id: Ia2753576ab5d64826a167d259f48a2f50508792d
Reviewed-on: https://go-review.googlesource.com/12048
Reviewed-by: Rob Pike <r@golang.org>
2015-07-11 14:36:33 +00:00
..
testdata cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
whitelist cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
asmdecl.go
assign.go
atomic.go
bool.go
buildtag.go
composite.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
copylock.go cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
deadcode.go
doc.go cmd/vet: refer info about -printfuncs to the -printf flag 2015-06-22 20:42:01 +00:00
main.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
method.go
nilfunc.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
print.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
rangeloop.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
shadow.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
shift.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
structtag.go
types.go cmd/vet: remove dependency on types.New 2015-06-08 20:52:07 +00:00
unsafeptr.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
unused.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
vet_test.go all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00