.PHONY: clean all test

test:
	go build

clean:
	go clean
