func bytes.ReplaceAll
3 uses
bytes (current package)
bytes.go#L1030: func ReplaceAll(s, old, new []byte) []byte {
golang.org/x/pkgsite/internal/frontend
license.go#L57: l.Contents = bytes.ReplaceAll(l.Contents, []byte("\r"), nil)
overview.go#L37: contents := bytes.ReplaceAll([]byte(readme.Contents), []byte("\r"), nil)
![]() |
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. |