]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add ImportComment to Package struct
authorAndrew Gerrand <adg@golang.org>
Wed, 8 Oct 2014 02:22:31 +0000 (13:22 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 8 Oct 2014 02:22:31 +0000 (13:22 +1100)
commitfdc047fbe5b71e8b6233d8d51466fad249af3577
tree1f7711dca836e595476934d4da5ed572982a61ab
parentdcc4a674d85fc2b0a434d71c1a504ebc559118bf
cmd/go: add ImportComment to Package struct

It seems reasonable that people might want to look up the
ImportComment with "go list".

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/143600043
src/cmd/go/doc.go
src/cmd/go/list.go
src/cmd/go/pkg.go