func github.com/yuin/goldmark/util.TabWidth
8 uses
github.com/yuin/goldmark/util (current package)
util.go#L137: func TabWidth(currentPos int) int {
util.go#L161: w += TabWidth(currentPos + w)
util.go#L190: w += TabWidth(currentPos + w)
util.go#L213: w += TabWidth(currentPos + w)
util.go#L239: w += TabWidth(currentPos + w)
util.go#L261: width += TabWidth(currentPos + width)
github.com/yuin/goldmark/text
reader.go#L140: v += util.TabWidth(v)
reader.go#L361: v += util.TabWidth(v)
![]() |
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. |