//
pkg.gl
Category
github.com/shuLhan/share
lib
text
package
0.53.1
Repository:
https://github.com/shulhan/share.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
96 SLOC
#
Packages
diff
Package diff implement text comparison.
#
Functions
JoinChunks
JoinChunks all chunk's values using `sep` as separator and return it as string.
ParseLines
ParseLines convert raw bytes into Lines.
#
Structs
Chunk
Chunk represent subset of line, contain starting position and slice of bytes in line.
Line
Line represent line number and slice of bytes as string.
#
Type aliases
Chunks
Chunks represent a set of chunk.
Lines
Lines represent array of line.