package
0.11.0
Repository: https://github.com/gg-scm/gg-git.git
Documentation: pkg.go.dev

# Functions

Append appends a data-pkt to dst with the given data.
AppendDelim appends a delim-pkt to dst.
AppendFlush appends a flush-pkt to dst.
AppendString appends a data-pkt to dst with the given data.
NewReader returns a new Reader that reads from r.

# Constants

Data indicates a packet with data.
Delim indicates the end of a section in the Version 2 protocol.
Flush indicates the end of a message.
MaxSize is the maximum number of bytes permitted in a single pkt-line.

# Structs

Reader reads pkt-lines from an io.Reader object.

# Type aliases

Type indicates the type of a packet.