OpenPeeDeeP / depguard

Go linter that checks if package imports are in a list of acceptable packages.
GNU General Public License v3.0
138 stars 15 forks source link

Fix install cmd #85

Closed estensen closed 7 months ago

estensen commented 7 months ago

The current install cmd doesn't work for me

➜  ~ go install github.com/OpenPeeDeeP/depguard@latest
go: downloading github.com/OpenPeeDeeP/depguard v1.1.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b
package github.com/OpenPeeDeeP/depguard is not a main package