tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.4k stars 130 forks source link

Replace go get with go install #76

Open C0reTex opened 1 year ago

C0reTex commented 1 year ago

Since version 1.17 of Go go get is deprecated. It is suggested to work with go install instead.

https://go.dev/doc/go-get-install-deprecation