This website requires JavaScript.
Explore
Help
Register
Sign In
phiz-bak
/
finclip-app-manager
Watch
2
Star
0
Fork
You've already forked finclip-app-manager
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
finclip-app-manager
/
vendor
/
github.com
/
Chain-Zhang
/
pinyin
/
Makefile
4 lines
96 B
Makefile
Raw
Permalink
Blame
History
PKG_LIST
:=
$(
shell go list ./...
|
grep -v /vendor/
)
test
:
@go
test
-short -cover
${
PKG_LIST
}
Reference in New Issue
View Git Blame
Copy Permalink