diff options
author | Joseph Richey <joerichey@google.com> | 2018-08-07 13:54:45 -0700 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-08-07 22:54:45 +0200 |
commit | 8961a3794cc2f5bc31b592367e82aa1766f24bbd (patch) | |
tree | 29e4bec6b13da9bce9449a0e73803e9585ec2411 /plugins/boot2docker/README.md | |
parent | 0cc371181a0727e7de261cd78b3fe6cc11d6a8a2 (diff) | |
download | zsh-8961a3794cc2f5bc31b592367e82aa1766f24bbd.tar.gz zsh-8961a3794cc2f5bc31b592367e82aa1766f24bbd.tar.bz2 zsh-8961a3794cc2f5bc31b592367e82aa1766f24bbd.zip |
plugins/go: Simplify/fix recursive golang format (#7027)
Per the [`go` command specification](https://golang.org/cmd/go/#hdr-Package_lists),
the `...` wildcard matches the empty string. This makes commands like
`go <action> . ./...` unnecessary: they should use `go <action> ./...`.
This also fixes a bug with the `gofa` shortcut, where it would emit an
error if called from a directory containing no go source files (but
having subdirectories that _did_ contain go files).
Diffstat (limited to 'plugins/boot2docker/README.md')
0 files changed, 0 insertions, 0 deletions