7 lines
69 B
Makefile

build:
go build -o main -tags="prod" main.go
run:
go run main.go