func runtime.rawstringtmp
3 uses
runtime (current package)
string.go#L50: s, b := rawstringtmp(buf, l)
string.go#L126: func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
string.go#L216: s, b := rawstringtmp(buf, size1+3)
 |
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. |