Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecutableDir ¶
ExecutableDir returns the directory containing current executable.
func FormatPublicType ¶
FormatPublicType returns a human-readable Golang public type name from an arbitrary non-empty string.
func GetSystemDirectory ¶
GetSystemDirectory is not implemented on non-Windows OSes and always returns an error.
func IsImplicitRelativePath ¶
IsImplicitRelativePath tests if the path only contains a file name.
func UintPtrToString ¶
UintPtrToString converts a zero-terminated raw "const char *" to a Go string. Example:
var str := utils.UintPtrToString(uintptr(unsafe.Pointer(uint16ptr_variable)))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.