Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConvertResult ¶
type ConvertResult struct { Src string Pkg *types.Package Checker *types.Checker Imports []*types.PkgName Err error }
func Convert ¶
func Convert(src string, conf *Config) *ConvertResult
Click to show internal directories.
Click to hide internal directories.