github.com/unionj-cloud/go-doudou/v2@v2.3.5/toolkit/cache/Makefile (about)

     1  all:
     2  	go test ./...
     3  	go test ./... -short -race
     4  	go test ./... -run=NONE -bench=. -benchmem
     5  	env GOOS=linux GOARCH=386 go test ./...
     6  	golangci-lint run