Categorygithub.com/croonix/go-helper
repositorypackage
1.6.0
Repository: https://github.com/croonix/go-helper.git
Documentation: pkg.go.dev

# README

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