Registry / utility / kylebanks-depth

kylebanks-depth

JSON →
library1.2.1gogounverified

Package depth provides the ability to traverse and retrieve Go source code dependencies in the form of internal and external packages.

go get github.com/KyleBanks/depth
INSTALL
IMPORT
SIG · KYLEBANKS-DEPTH
K
kylebanks-depth
utilitygov1.2.1
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.

depth
github.com/KyleBanks/depth

Resolves and prints dependencies of the strings package

package main import ( "fmt" "github.com/KyleBanks/depth" ) func main() { t := depth.Tree{} t.Resolve("strings") fmt.Println(t.Root.Deps) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kylebanks-depth — go get kylebanks-depth · libregistry