func github.com/yuin/goldmark/extension/ast.NewFootnoteLink

2 uses

	github.com/yuin/goldmark/extension/ast (current package)
		footnote.go#L34: func NewFootnoteLink(index int) *FootnoteLink {

	github.com/yuin/goldmark/extension
		footnote.go#L169: 	fnlink := ast.NewFootnoteLink(index)