run:
	go run main.go
build:
	go build -v -ldflags "-s -w"