const go/printer.filteredMsg
7 uses
go/printer (current package)
nodes.go#L121: const filteredMsg = "contains filtered or unexported fields"
nodes.go#L136: p.print("/* " + filteredMsg + " */")
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L161: p.print(token.COMMA, blank, "/* "+filteredMsg+" */")
nodes.go#L301: p.print("// " + filteredMsg)
nodes.go#L313: p.print("// "+filteredMsg, newline)
nodes.go#L535: p.setLineComment("// " + filteredMsg)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |