DEBSOURCES
Skip Quicknav
sources / golang-github-thoas-go-funk / 0.9.3-1 / Makefile
1234567891011
build: go build -v ./... test: go test -v ./... lint: golangci-lint run bench: go test -benchmem -bench .