go.tools/cmd/goimports: rename README to doc.go

README is a GitHub thing. Let's do the godoc thing.

R=golang-dev, crawshaw
CC=golang-dev
https://golang.org/cl/44030046
This commit is contained in:
Andrew Gerrand 2013-12-20 09:26:26 +11:00
parent bae6bf6180
commit efcc5ffb58
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,7 @@
This tool updates your Go import lines, adding missing ones and
removing unreferenced ones.
/*
Command goimports updates your Go import lines,
adding missing ones and removing unreferenced ones.
$ go get code.google.com/p/go.tools/cmd/goimports
@ -28,3 +30,6 @@ For GoSublime, follow the steps described here:
For other editors, you probably know what to do.
Happy hacking!
*/
package main