vitess.io/vitess@v0.16.2/misc/gofmt-all (about) 1 #!/bin/bash 2 3 find . -name '*.go' -exec gofmt -s -w {} \;