# README
golib
Centralized TernakYok Golang libraries. If you have function that considered common, please move it here.
How to contribute on golib:
- Any common function that does not have any business logic can be moved here.
- You should group your function into a folder as a package.
- 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.