build:
	go build

push:
	git push origin master
	git push github master

