aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
blob: a14db6542218ee666001162a930103c0ba9c8d30 (plain)
1
2
3
4
5
build:
    go build ./...

test:
    go test ./...