GOPATH := $(shell pwd) default: run run: src/*.go go run src/*.go