Documentation ¶
Index ¶
- Variables
- func CheckOutput(out string) error
- func ContainsFilepath(filespath []string, filePath string) bool
- func ParseHexadecimal16(address string) (uint16, error)
- func ParseHexadecimal8(address string) (uint8, error)
- func StructToBytes(v interface{}) ([]byte, error)
- func WilcardedFiles(filespath []string) ([]string, error)
- type AnalyseTilemapOption
Constants ¶
This section is empty.
Variables ¶
View Source
var AppVersion = "0.41"
View Source
var (
ErrorCannotBeParsed = errors.New("can not be parsed")
)
View Source
var ErrorIsNotDirectory = errors.New("is not a directory, Quiting")
Functions ¶
func CheckOutput ¶
func ContainsFilepath ¶
func ParseHexadecimal16 ¶
func ParseHexadecimal8 ¶
func StructToBytes ¶
func WilcardedFiles ¶
Types ¶
type AnalyseTilemapOption ¶
type AnalyseTilemapOption string
var ( SizeTilemapOption AnalyseTilemapOption = "size" NumberTilemapOption AnalyseTilemapOption = "number" )
Click to show internal directories.
Click to hide internal directories.