package
0.53.1
Repository: https://github.com/shulhan/share.git
Documentation: pkg.go.dev

# Packages

Package diff implement text comparison.

# Functions

JoinChunks all chunk's values using `sep` as separator and return it as string.
ParseLines convert raw bytes into Lines.

# Structs

Chunk represent subset of line, contain starting position and slice of bytes in line.
Line represent line number and slice of bytes as string.

# Type aliases

Chunks represent a set of chunk.
Lines represent array of line.