build:
	# get all the deps
	go get -d -v -t ./...
	# check out the library to the right ref
	checkit github.com/myaccount/mylib abc123
	# build stuff!
	go build ./...