type golang.org/x/mod/modfile.printer
9 uses
golang.org/x/mod/modfile (current package)
print.go#L17: pr := &printer{}
print.go#L23: type printer struct {
print.go#L30: func (p *printer) printf(format string, args ...interface{}) {
print.go#L35: func (p *printer) indent() int {
print.go#L45: func (p *printer) newline() {
print.go#L69: func (p *printer) trim() {
print.go#L80: func (p *printer) file(f *FileSyntax) {
print.go#L108: func (p *printer) expr(x Expr) {
print.go#L162: func (p *printer) tokens(tokens []string) {
![]() |
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. |