mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
(They may contain any character, after all.) Also, allow but don't require parens and stars. e.g. (*"encoding/json".Decoder).Decode or "encoding/json".Decoder.Decode but not encoding/json.Decoder.Decode. Since -from queries are now Go expressions, we use the Go parser. (Thanks to Rog Peppe for the suggestion.) LGTM=sameer R=sameer CC=golang-codereviews, gri, rogpeppe https://golang.org/cl/154610043
code.google.com/p/go.tools/refactor: libraries for refactoring tools.