// godefs returns the output for -godefs mode. func (p *Package) godefs(f *File, args []string) string { … } var gofmtBuf … // gofmt returns the gofmt-formatted string for an AST node. func gofmt(n interface{ … }
// godefs returns the output for -godefs mode. func (p *Package) godefs(f *File, args []string) string { … } var gofmtBuf … // gofmt returns the gofmt-formatted string for an AST node. func gofmt(n interface{ … }