Categorygithub.com/ternakyok/golib
repository
1.0.0
Repository: https://github.com/ternakyok/golib.git
Documentation: pkg.go.dev

# Packages

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

# README

golib

Centralized TernakYok Golang libraries. If you have function that considered common, please move it here.

How to contribute on golib:

  1. Any common function that does not have any business logic can be moved here.
  2. You should group your function into a folder as a package.
  3. If the folder not exist, just create it. If the folder exist, put your code there.

Installation

$ go get github.com/ternakyok/golib

How To Use

See README.md in each folders to see how to use these modules.