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

run:
	go run main.go