5 lines
No EOL
53 B
Bash
5 lines
No EOL
53 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
go mod tidy
|
|
go fmt ./... |