blob: 099e53b13862d9cfdef2379528c8d2a4ee52605f [file] [log] [blame]
all: build install
build:
go build
install:
go install
test:
go test -v *.go