yq/scripts/format.sh

6 lines
53 B
Bash
Executable File

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