Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 312 Bytes

go-helper

Under development

Package croonix/go-helper help in the development of Go applications by providing some useful functions.

Usage

To use, only import as helper and use it:

package main

import (
	"fmt"

	helper "github.com/croonix/go-helper"
)

...

Tasks

  • Add Test files