func google.golang.org/protobuf/internal/descfmt.formatColon
4 uses
google.golang.org/protobuf/internal/descfmt (current package)
stringer.go#L272: ss = append(ss, r[0]+formatColon(0)+r[1])
stringer.go#L281: ss = append(ss, r[0]+formatColon(maxLen-len(r[0]))+r[1])
stringer.go#L288: ss = append(ss, r[0]+formatColon(0)+strings.Join(strings.Split(r[1], "\n"), "\n\t"))
stringer.go#L297: func formatColon(padding int) 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. |