Registry / utility / uudashr-gopkgs-v2

uudashr-gopkgs-v2

JSON →
library2.1.2gogounverified

A utility to get a list of Go packages.

go get github.com/uudashr/gopkgs/v2
INSTALL
IMPORT
SIG · UUDASHR-GOPKGS-V2
U
uudashr-gopkgs-v2
utilitygov2.1.2
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/v2

List all Go packages in the workspace.

package main import ( "fmt" "github.com/uudashr/gopkgs/v2" ) 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.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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