github.com/lestrrat-go/jwx/v2@v2.0.21/tools/cmd/gofmt.sh (about)

     1  #!/bin/bash
     2  
     3  find . -name '*.go' | xargs gofmt -w -s