const github.com/yuin/goldmark/ast.WalkStop
9 uses
github.com/yuin/goldmark/ast (current package)
ast.go#L469: WalkStop WalkStatus = iota + 1
ast.go#L493: if err != nil || status == WalkStop {
ast.go#L498: if st, err := walkHelper(c, walker); err != nil || st == WalkStop {
ast.go#L499: return WalkStop, err
ast.go#L504: if err != nil || status == WalkStop {
ast.go#L505: return WalkStop, err
golang.org/x/pkgsite/internal/frontend
goldmark.go#L127: return ast.WalkStop, err
goldmark.go#L157: return ast.WalkStop, err
goldmark.go#L240: return ast.WalkStop, nil
![]() |
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. |