https://github.com/go-aah/essentials
Go essentials by aah framework
https://github.com/go-aah/essentials
aah aah-framework essentials go golang utility-function
Last synced: 9 months ago
JSON representation
Go essentials by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/essentials
- Owner: go-aah
- License: mit
- Created: 2016-07-04T03:58:00.000Z (over 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-06-21T04:28:14.000Z (over 7 years ago)
- Last Synced: 2024-12-27T16:28:35.777Z (12 months ago)
- Topics: aah, aah-framework, essentials, go, golang, utility-function
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Essentials by aah framework
Essentials contains simple & useful util functions for Go. aah framework utilizes essentials (aka `ess`) library across. Essentials library complements to standard packages, refer Godoc to know more.
### News
* `v0.8.0` [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Jun 20, 2018.
## Installation
```bash
go get -u aahframework.org/essentials.v0
```
Visit official website https://aahframework.org to learn more about `aah` framework.