yq/scripts/format.sh
2022-03-28 14:18:55 +11:00

6 lines
53 B
Bash
Executable File

#!/bin/bash
gofmt -w -s .
go mod tidy
go mod vendor