Versions in this module Expand all Collapse all v1 v1.2.0 Jun 11, 2020 Changes in this version + type Printer struct + func New(fs *token.FileSet, typeSpecs []*ast.TypeSpec, typesPrefix string) *Printer + func (p *Printer) Print(node ast.Node) (string, error) + func (p *Printer) PrintType(node ast.Node) (string, error)