mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
usage:
|
||
|
echo "See Makefile"
|
||
|
|
||
|
check: staticcheck
|
||
|
|
||
|
staticcheck:
|
||
|
go run honnef.co/go/tools/cmd/staticcheck -- $$(go list ./... | grep -v tempfork)
|