Registry / utility / uudashr-gopkgs

uudashr-gopkgs

JSON →
library2.0.1+incompatiblegogounverified

Package gopkgs is a utility to get list of golang packages.

go get github.com/uudashr/gopkgs
INSTALL
IMPORT
SIG · UUDASHR-GOPKGS
U
uudashr-gopkgs
utilitygov2.0.1+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gopkgs
✓ github.com/uudashr/gopkgs

List all Go packages in the GOPATH

package main import ( "fmt" "github.com/uudashr/gopkgs" ) func main() { pkgs, _ := gopkgs.List(gopkgs.Options{}) for _, p := range pkgs { fmt.Println(p.ImportPath) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
uudashr-gopkgs — go get uudashr-gopkgs · libregistry