go/printer.Config.Mode (field)
8 uses
go/printer (current package)
nodes.go#L847: if p.Config.Mode&normalizeNumbers != 0 {
nodes.go#L1729: cfg := Config{Mode: RawFormat}
printer.go#L288: if p.Config.Mode&SourcePos != 0 {
printer.go#L1306: Mode Mode // default: 0
printer.go#L1334: if cfg.Mode&RawFormat == 0 {
printer.go#L1338: if cfg.Mode&UseSpaces != 0 {
printer.go#L1343: if cfg.Mode&TabIndent != 0 {
go/format
format.go#L39: var config = printer.Config{Mode: printerMode, Tabwidth: tabWidth}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)