go/printer.printer.internalError (method)
7 uses
go/printer (current package)
nodes.go#L86: p.internalError("setComment found pending comments")
nodes.go#L752: p.internalError("depth < 1:", depth)
nodes.go#L1571: p.internalError("expected n = 1; got", n)
printer.go#L104: func (p *printer) internalError(msg ...interface{}) {
printer.go#L789: p.internalError("intersperseComments called without pending comments")
printer.go#L805: p.internalError("negative indentation:", p.indent)
printer.go#L948: p.internalError("whitespace buffer not empty")
![]() |
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. |