aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
blob: 9c6bb089e39fe61307819d8d43e0ea7dbabcc2a1 (plain)
1
2
3
4
5
6
7
8
build:
    go build ./...

fmt:
    go fmt ./...

test:
    go test ./...