Documentation
¶
Overview ¶
Package etc is an assorted library, containing majorly functions and information types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶
Function Decompress () decompresses a string.
someStr, err := Decompress ("a4bbcd3")
fmt.Println (someStr) // Output: aaaabbcddd
A number, in the string, can not be:
zero; one; exceed: (1 << 31) - 1; the first character of the string.
func InitReport ¶
func InitReport() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.