etc

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2019 License: MIT Imports: 5 Imported by: 1

README

etc

Package etc is an assortment of library items. It majorly contains functions and information types. See GoDoc for details.

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

func Decompress(i string) (o string, e error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL