github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/clients/go/Makefile (about)

     1  default: build
     2  
     3  all: build test vet
     4  
     5  build:
     6  	go get ./...
     7  
     8  test:
     9  	go test ./...
    10  
    11  vet:
    12  	go vet ./...