Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringLines ¶
Types ¶
type Line ¶
type Line struct {
// Bytes returns the line byte inc. any trailing end-of-line markers
Bytes []byte
// Range returns range of the line bytes inc. any trailing end-of-line markers
// The range will span across two lines in most cases
// (other than last line without trailing new line)
Range hcl.Range
}
func MakeSourceLines ¶
Click to show internal directories.
Click to hide internal directories.