all: build bench: go test -benchmem -bench . build: go build -o yukari clean: rm -f yukari test: go test