github.com/XiaoMi/Gaea@v1.2.5/misc/gofmt-all (about)

     1  #!/bin/bash
     2  
     3  find . ! -path "./vendor/*" -name '*.go' -exec gofmt -s -w {} \;