Commit f2f374d1 authored by Tormod Erevik Lea's avatar Tormod Erevik Lea Committed by Brad Fitzpatrick

reflect: update location of vet tool in comment

Change-Id: Ic5160edbbca4a8ffc7c7e6246e34fae1978470fd
Reviewed-on: https://go-review.googlesource.com/28912Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 428c3495
......@@ -1147,7 +1147,7 @@ func (tag StructTag) Get(key string) string {
// the value returned by Lookup is unspecified.
func (tag StructTag) Lookup(key string) (value string, ok bool) {
// When modifying this code, also update the validateStructTag code
// in golang.org/x/tools/cmd/vet/structtag.go.
// in cmd/vet/structtag.go.
for tag != "" {
// Skip leading space.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment