golang.org/x/mod/modfile.printer.printf (method)
16 uses
golang.org/x/mod/modfile (current package)
print.go#L30: func (p *printer) printf(format string, args ...interface{}) {
print.go#L47: p.printf(" ")
print.go#L51: p.printf("\n")
print.go#L53: p.printf("\t")
print.go#L56: p.printf("%s", strings.TrimSpace(com.Token))
print.go#L62: p.printf("\n")
print.go#L64: p.printf("\t")
print.go#L82: p.printf("%s", strings.TrimSpace(com.Token))
print.go#L98: p.printf("%s", strings.TrimSpace(com.Token))
print.go#L116: p.printf("\n")
print.go#L120: p.printf("\t")
print.go#L123: p.printf("%s", strings.TrimSpace(com.Token))
print.go#L136: p.printf("(")
print.go#L138: p.printf(")")
print.go#L145: p.printf(" ")
print.go#L168: p.printf("%s%s", sep, t)
![]() |
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. |