all: build build: go build -o bin/ . test: ./bin/tests.test test_only: ./bin/tests.test -test.run $(TEST) docs: pkgsite --open