mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d80b50d4b4
As 'go fmt' doesn't support verifying files in multiple directories, it's probably a good idea to run it on all '*.go' files from time to time with something like this: find . -name "*.go" | xargs dirname | sort -u | xargs -n 1 echo go fmt |
||
---|---|---|
.. | ||
docker.go |