6 lines
No EOL
69 B
Bash
6 lines
No EOL
69 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
go get -u ./...
|
|
go mod tidy
|
|
go fmt ./... |