Registry / utility / acroca-go-symbols

acroca-go-symbols

JSON →
library0.1.1gogounverified

The gosymbols command prints type information for package-level symbols.

go get github.com/acroca/go-symbols
INSTALL
IMPORT
SIG · ACROCA-GO-SYMBOLS
A
acroca-go-symbols
utilitygov0.1.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.

symbols
github.com/acroca/go-symbols

Retrieve and print package-level symbols for the current directory.

package main import ( "fmt" "github.com/acroca/go-symbols" ) func main() { symbols, err := symbols.GetSymbols(".", "main") if err != nil { panic(err) } for _, s := range symbols { fmt.Println(s.Name) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
26
Meta
1
OpenAI (training)
1
Resources
acroca-go-symbols — go get acroca-go-symbols · libregistry