func internal/stringslite.Clone
11 uses
internal/stringslite (current package)
strings.go#L143: func Clone(s string) string {
strconv
number.go#L273: return &NumError{fn, stringslite.Clone(str), ErrSyntax}
number.go#L277: return &NumError{fn, stringslite.Clone(str), ErrRange}
number.go#L281: return &NumError{fn, stringslite.Clone(str), errors.New("invalid base " + Itoa(base))}
number.go#L285: return &NumError{fn, stringslite.Clone(str), errors.New("invalid bit size " + Itoa(bitSize))}
strings
clone.go#L22: return stringslite.Clone(s)
time
format.go#L852: valueCopy := stringslite.Clone(value)
format.go#L853: valueElemCopy := stringslite.Clone(valueElem)
format.go#L1403: zoneNameCopy := stringslite.Clone(zoneName) // avoid leaking the input value
format.go#L1424: zoneNameCopy := stringslite.Clone(zoneName) // avoid leaking the input value
unique
clone.go#L24: *ps = stringslite.Clone(*ps)
![]() |
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. |