strings.Builder.WriteRune (method)
10 uses
strings (current package)
builder.go#L103: func (b *Builder) WriteRune(r rune) (int, error) {
strings.go#L560: b.WriteRune(r)
strings.go#L583: b.WriteRune(r)
github.com/gotd/td/tdp
tdp.go#L47: b.WriteRune('\n')
tdp.go#L54: b.WriteRune('\n')
tdp.go#L84: b.WriteRune('#')
tdp.go#L102: b.WriteRune('\n')
mime
encodedword.go#L321: buf.WriteRune(rune(c))
encodedword.go#L326: buf.WriteRune(unicode.ReplacementChar)
net/http
cookie.go#L271: b.WriteRune('=')
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |