revbroA command-line tool that helps explore and list declarations in Go source code.Installationgo install moul.io/revbro@latestUsage# List only exported declarations revbro path/to/code/... # Include private declarations revbro -private path/to/code/...