commit | 24257c8cd2d4a24e16e9f638b0ec6424daab38af | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Dec 09 15:00:58 2014 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Dec 09 22:42:16 2014 +0000 |
tree | 59dabe20420ed61944bcf28180de7b34773603aa | |
parent | 6e0e92af7e68a970d4babae511bbc8340a1d80c2 [diff] [blame] |
tools: add import comments. Change-Id: Idda6e64580432cb9a731e4ebf4005ee4ceb4202d Reviewed-on: https://go-review.googlesource.com/1244 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/godoc/godoc.go b/godoc/godoc.go index 8ec731c..e77a81f 100644 --- a/godoc/godoc.go +++ b/godoc/godoc.go
@@ -7,7 +7,7 @@ // // This package comment will evolve over time as this package splits // into smaller pieces. -package godoc +package godoc // import "golang.org/x/tools/godoc" import ( "bytes"