gitlab.com/gitlab-org/labkit@v1.21.0/goimports.sh (about) 1 #!/usr/bin/env sh 2 3 set -eux 4 5 find . -name \*.go -exec goimports -w {} \; 6