func github.com/russross/blackfriday/v2.skipChar
9 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L230: i := skipChar(data, level, ' ')
block.go#L274: i := skipChar(data, 1, '=')
block.go#L275: i = skipChar(data, i, ' ')
block.go#L284: i := skipChar(data, 1, '-')
block.go#L285: i = skipChar(data, i, ' ')
block.go#L612: i = skipChar(data, i, ' ')
block.go#L647: i = skipChar(data, i, ' ')
block.go#L825: i = skipChar(data, i, ' ')
block.go#L1576: func skipChar(data []byte, start int, char byte) int {
 |
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. |