go.ligato.io/vpp-agent/v3@v3.5.0/scripts/gofmt.sh (about)

     1  #!/bin/bash
     2  
     3  find $(pwd) -mount -name "*.go" -type f \
     4      -not -path $(pwd)"/vendor/*" \
     5      -not -name "pkgreflect.go" \
     6      -not -name "bindata.go" \
     7      -exec gofmt -w -s {} +