Update tidy.sh
This commit is contained in:
parent
05b3daec54
commit
2695b712c2
1 changed files with 1 additions and 0 deletions
1
tidy.sh
1
tidy.sh
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
go get -u ./...
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
Loading…
Reference in a new issue