make:
	GOOS=darwin go build -o ../bin/now-darwin-amd64
	GOOS=linux go build -o ../bin/now-linux-amd64
