adelowo / essentials

Go essentials by aah framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

essentials - aah framework

Build Status codecov Go Report Card Version GoDoc License

v0.5 released and tagged on Apr 07, 2017

essentials contains simple & useful utils methods for Go. aah framework utilizes essentials (aka ess) library across. Essentials library complements with handy methods, refer godoc to know more about methods:

  • filepath
  • GUID (Globally Unique Identifier)
  • random string, random byte generation at fixed length
  • go
  • io
  • os
  • reflect
  • string
  • archive (zip)

essentials developed for aah framework. However, it's an independent library, can be used separately with any Go language project. Feel free to use it.

Installation

Stable Version - Production Ready

# install the library
go get -u aahframework.org/essentials.v0

See official page [TODO]

About

Go essentials by aah framework

License:MIT License


Languages

Language:Go 100.0%