type Config struct {
// Enable printing of type information DebugTypes bool// io.Writer to print type information on (for example, os.Stderr) DebugWriter io.Writer// Map of named Go functions to allow calling from AWK. See docs// on interp.Config.Funcs for details.
Funcs map[string]interface{}
}