#!/bin/sh script/fmt rm -rf `pwd`/bin/* rm -rf `pwd`/.vendor/pkg GOPATH="`pwd`/.vendor" \ go run script/build.go "$@"