func github.com/russross/blackfriday/v2.tolower
10 uses
github.com/russross/blackfriday/v2 (current package)
smartypants.go#L34: func tolower(c byte) byte {
smartypants.go#L126: t1 := tolower(text[1])
smartypants.go#L144: t2 := tolower(text[2])
smartypants.go#L168: t1 := tolower(text[1])
smartypants.go#L169: t2 := tolower(text[2])
smartypants.go#L334: if len(text) < 4 || wordBoundary(text[3]) && text[3] != '/' || (len(text) >= 5 && tolower(text[3]) == 't' && tolower(text[4]) == 'h') {
smartypants.go#L341: if len(text) < 4 || wordBoundary(text[3]) && text[3] != '/' || (len(text) >= 6 && tolower(text[3]) == 't' && tolower(text[4]) == 'h' && tolower(text[5]) == 's') {
![]() |
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. |