finclip-app-manager/vendor/github.com/Chain-Zhang/pinyin/Makefile

4 lines
96 B
Makefile
Raw Normal View History

2023-11-02 18:36:36 +08:00
PKG_LIST := $(shell go list ./... | grep -v /vendor/)
test:
@go test -short -cover ${PKG_LIST}