Under development
Package croonix/go-helper help in the development of Go applications by providing some useful functions.
To use, only import as helper and use it:
package main
import (
"fmt"
helper "github.com/croonix/go-helper"
)
...- Add Test files