1 2 3 4 5
test: go test -v -race ./... build: CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go