Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrimCommonElements ¶
func UniqueElements ¶
Types ¶
type Document ¶
type Document interface {
Len() int
At(i int) Element
Slice(start, end int) Document
Join() string
AbsoluteRange() (from, to int)
}
func NewDocument ¶
type Line ¶
type Line struct {
// contains filtered or unexported fields
}
func NewLineRaw ¶
func (Line) AbsoluteRange ¶
type Lines ¶
type Lines struct {
// contains filtered or unexported fields
}
func (Lines) AbsoluteRange ¶
Click to show internal directories.
Click to hide internal directories.