Directories
¶
| Path | Synopsis |
|---|---|
|
Package github implements part of the GitHub REST API and Action functionality
|
Package github implements part of the GitHub REST API and Action functionality |
|
Package gitrefs gets refs from a git repo (like git ls-remote) https://github.com/git/git/blob/master/Documentation/technical/http-protocol.txt https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt
|
Package gitrefs gets refs from a git repo (like git ls-remote) https://github.com/git/git/blob/master/Documentation/technical/http-protocol.txt https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt |
|
pktline
Package pktline implements git pktline format https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt Encoded as hexlen + string where len is 16 bit hex encoded len(string) + len(hexlen) Ex: "a" is "0005a" Ex: "" is "0000" (special case)
|
Package pktline implements git pktline format https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt Encoded as hexlen + string where len is 16 bit hex encoded len(string) + len(hexlen) Ex: "a" is "0005a" Ex: "" is "0000" (special case) |
|
Package locline is used to translate from location to line number in a text
|
Package locline is used to translate from location to line number in a text |
|
Package rereplacer is similar to strings.Replacer but with regexp
|
Package rereplacer is similar to strings.Replacer but with regexp |
|
slicex is package with generic slice functions
|
slicex is package with generic slice functions |
Click to show internal directories.
Click to hide internal directories.