7 lines
69 B
Makefile
Raw Normal View History

2024-08-18 05:54:08 +07:00
build:
go build -o main -tags="prod" main.go
run:
go run main.go