Contains commonly used Go functions.
- Set Go environment variables
export GO111MODULE=on
export GOPROXY=https://proxy.golang.org,direct
export GOPRIVATE=github.com/PereRohit
go get
this package
go get github.com/PereRohit/util
import
required packages in files
import (
"github.com/PereRohit/util/<required_package>"
)