all:
	go build .

lint:
	golangci-lint run --show-stats=false
