DOKK / manpages / debian 12 / golang-golang-x-tools / godex.1.en
GODEX(1) General Commands Manual GODEX(1)

godex - dumps exported information of packages or selected package objects

godex [flags] { path[.name] }

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.

Run godex -help for more details.

This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).

2015-07-24