11 lines
78 B
Makefile
11 lines
78 B
Makefile
build:
|
|
go build
|
|
|
|
dev:
|
|
air -c .air.toml
|
|
|
|
run:
|
|
go run main.go
|
|
|
|
test:
|
|
go test
|