gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Makefile (142B)


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