Documentation
¶
Overview ¶
Command extract parses Go package source using mvm's goparser and prints exported const, var, type, and func declarations to stdout.
Usage:
go run ./cmd/extract <directory> go run ./cmd/extract -stdlib <import-path> <directory>
In -stdlib mode the binding file is written to ./core/<file>.go or ./ext/<file>.go relative to the current working directory.
Click to show internal directories.
Click to hide internal directories.