Documentation ¶
Index ¶
Constants ¶
View Source
const SEEK_SET = io.SeekStart // python default seek(offset, whence=os.SEEK_SET, /)
Variables ¶
View Source
var VALUE_TYPES map[int]string = map[int]string{
1: "i", 2: "f", 3: "i",
}
Functions ¶
func Dump ¶
func Dump(path utils_types.FilePath) []string
func IsBini ¶
func IsBini(filepath utils_types.FilePath) bool
Types ¶
type EntryValues ¶
type EntryValues = []interface{}
type FoldValues ¶
type FoldValues bool
type Row ¶
type Row map[EntryName]EntryValues
Click to show internal directories.
Click to hide internal directories.