perkakas
perkakas/per·ka·kas/ - segala yang dapat dipakai sebagai alat (seperti untuk makan, bekerja di dapur, perang, ngoding)
Library for supporting common backend tasks. If you have function that considered common, please move it here.
How to develop on perkakas:
- 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/kitabisa/perkakas/v2
How To Use
See README.md
in each folders to see how to use these modules.