godex - dumps exported information of packages or selected package objects
Contents
Description
The godex command prints (dumps) exported information of packages or selected package objects.
In contrast to godoc, godex extracts this information from compiled object files. Hence the exported data
is truly what a compiler will see, at the cost of missing commentary.
Name
godex - dumps exported information of packages or selected package objects
Options
Run godex -help for more details.
Synopsis
godex [flags] { path[.name] }
