github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/script/format (about)

     1  #!/usr/bin/env bash
     2  #
     3  # Run 'go fmt' to warn about unformatted code
     4  
     5  set -euxo pipefail
     6  
     7  go fmt ./...