mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Added gofmt to format command
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \;
|
||||
gofmt -w -s .
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
go mod vendor
|
||||
|
||||
Reference in New Issue
Block a user