sadasant / go-utils

Utils for Golang projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 100.0%