...

Text file src/github.com/alibabacloud-go/tea/Makefile

Documentation: github.com/alibabacloud-go/tea

     1all:
     2
     3fmt:
     4	go fmt ./
     5
     6test:
     7	go test -race -coverprofile=coverage.txt -covermode=atomic ./tea ./utils
     8	go tool cover -html=coverage.txt -o coverage.html

View as plain text