github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/hack/format.sh (about)

     1  #!/bin/bash
     2  
     3  find cmd -name "*.go" -exec goimports -w {} \;
     4  find generator -name "*.go" -exec goimports -w {} \;
     5  find scan -name "*.go" -exec goimports -w {} \;