github.com/yuin/goldmark/text.Segments.SetSliced (method)

4 uses

	github.com/yuin/goldmark/text (current package)
		segment.go#L191: func (s *Segments) SetSliced(lo, hi int) {

	github.com/yuin/goldmark/extension
		table.go#L169: 		node.Lines().SetSliced(0, i-1)

	github.com/yuin/goldmark/parser
		code_block.go#L76: 	lines.SetSliced(0, length+1)
		link_ref.go#L38: 		lines.SetSliced(0, remove[0]-offset)