Documentation ¶
Index ¶
- Variables
- func ArgsToMap(args string) map[string]string
- func C2x(what byte, where []byte) []byte
- func FileExists(filename string) bool
- func IntInSlice(a int, list []int) bool
- func IsAlnum(s string) bool
- func IsDigit(x byte) bool
- func IsODigit(x byte) bool
- func IsSpace(char byte) bool
- func IsXDigit(char int) bool
- func OpenFile(path string) ([]byte, error)
- func ParseQuery(query string, separator string) map[string][]string
- func PhaseToInt(data string) (int, error)
- func RandomString(length int) string
- func RemoveQuotes(s string) string
- func StringInSlice(a string, list []string) bool
- func StripSpaces(str string) string
- func TrimLeftChars(s string, n int) string
- func ValidHex(x byte) bool
- func X2c(what string) byte
- type Unicode
Constants ¶
This section is empty.
Variables ¶
View Source
var Ctx = context.Background()
Functions ¶
func FileExists ¶
func IntInSlice ¶
func PhaseToInt ¶
func RandomString ¶
func RemoveQuotes ¶
func StringInSlice ¶
func StripSpaces ¶
func TrimLeftChars ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.