Categorygithub.com/PereRohit/util
repository
0.0.5
Repository: https://github.com/pererohit/util.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Util

Contains commonly used Go functions.

Usage:

  • 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>"
)