GOPATH=$(shell go env | grep GOPATH | sed 's/GOPATH=//' | sed 's/"//g')

all:
	go build

test:
	go test
