Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

sadasant/go-utils

Repository files navigation

go-tools

A repo with a set of tools particulary useful in Go projects.

You can import it, as in:

import (
	utils "github.com/sadasant/go-utils"
)

Or you can add it to the scope, like this:

import (
	. "github.com/sadasant/go-utils"
)

About

Utils for Golang projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages