func github.com/yuin/goldmark/util.BytesToReadOnlyString
11 uses
github.com/yuin/goldmark/util (current package)
util.go#L605: v, _ := strconv.ParseUint(BytesToReadOnlyString(source[start:i]), 16, 32)
util.go#L617: v, _ := strconv.ParseUint(BytesToReadOnlyString(source[start:i]), 0, 32)
util.go#L650: name := BytesToReadOnlyString(source[start:i])
util_unsafe.go#L11: func BytesToReadOnlyString(b []byte) string {
github.com/yuin/goldmark/parser
parser.go#L102: if _, ok := s.values[util.BytesToReadOnlyString(result)]; !ok {
parser.go#L103: s.values[util.BytesToReadOnlyString(result)] = true
parser.go#L117: s.values[util.BytesToReadOnlyString(value)] = true
github.com/yuin/goldmark/renderer/html
html.go#L734: v, _ := strconv.ParseUint(util.BytesToReadOnlyString(source[start:i]), 16, 32)
html.go#L745: v, _ := strconv.ParseUint(util.BytesToReadOnlyString(source[start:i]), 0, 32)
html.go#L758: name := util.BytesToReadOnlyString(source[start:i])
github.com/yuin/goldmark-emoji
emoji.go#L250: emoji, ok := s.Emojis.Get(util.BytesToReadOnlyString(shortName))
 |
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. |