devex
This commit is contained in:
parent
7b8cdcfd7b
commit
143caaac2b
9 changed files with 115 additions and 10 deletions
9
justfile
9
justfile
|
@ -1,3 +1,6 @@
|
|||
watch:
|
||||
air
|
||||
|
||||
run:
|
||||
go run .
|
||||
|
||||
|
@ -15,11 +18,13 @@ fmt:
|
|||
go fmt ./...
|
||||
|
||||
tidy:
|
||||
go clean -modcache
|
||||
go mod tidy
|
||||
|
||||
update-vendor-hash:
|
||||
scripts/update-vendor-hash.sh
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
go test ./...
|
||||
|
||||
clean-repo:
|
||||
rm -rf tmp result
|
Loading…
Add table
Add a link
Reference in a new issue