Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConvert ¶
func WritePatchTable ¶
func WritePatchTable(fileName string, data PatchTable) error
Types ¶
type PatchTable ¶
type PatchTable struct {
Bytes []Patch `json:"bytes"`
}
func ReadPatchTable ¶
func ReadPatchTable(fileName string) (PatchTable, error)
Click to show internal directories.
Click to hide internal directories.