Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Object types in packfile OBJ_COMMIT = 1 OBJ_TREE = 2 OBJ_BLOB = 3 OBJ_TAG = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader reads objects from a packfile.
Click to show internal directories.
Click to hide internal directories.