7 lines
83 B
Makefile

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