tools/go/buildutil
Alan Donovan fb47c16287 go/buildutil: fix usage message for -tags flag
Now:

% gorename -h
Usage of ./gorename:
...
  -tags build tags
        a list of build tags to consider...

Change-Id: I46d6906f683407bad6f3dee25c63b139f47e4588
Reviewed-on: https://go-review.googlesource.com/9655
Reviewed-by: Dominik Honnef <dominik@honnef.co>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-05-08 14:48:23 +00:00
..
allpackages.go go/buildutil: use chan (not func) in the ForEachPackage API 2015-03-05 20:14:20 +00:00
allpackages_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
fakecontext.go refactor/rename: make tests pass on windows (fixes build) 2015-01-23 05:30:55 +00:00
tags.go go/buildutil: fix usage message for -tags flag 2015-05-08 14:48:23 +00:00
tags_test.go go/buildutil: TagsFlag provides a flag.Value for setting build.Context.BuildTags from -tags flag. 2015-04-23 14:10:21 +00:00
util.go go/buildutil: call ReadDir via the build.Context's file system interface 2014-11-05 12:34:34 -05:00
util_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00