File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 11# essentials - aah framework
2-
32[ ![ Build Status] ( https://travis-ci.org/go-aah/essentials.svg?branch=master )] ( https://travis-ci.org/go-aah/essentials ) [ ![ codecov] ( https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/essentials/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/essentials.v0 )] ( https://goreportcard.com/report/aahframework.org/essentials.v0 )
4- [ ![ Version] ( https://img.shields.io/badge/version-0.3 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials.v0?status.svg )] ( https://godoc.org/aahframework.org/essentials.v0 ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
3+ [ ![ Version] ( https://img.shields.io/badge/version-0.4 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials.v0?status.svg )] ( https://godoc.org/aahframework.org/essentials.v0 ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
54
6- *** v0.3 [ released] ( https://github.com/go-aah/essentials/releases/latest ) and tagged on Mar 16 , 2017***
5+ *** v0.4 [ released] ( https://github.com/go-aah/essentials/releases/latest ) and tagged on Mar 30 , 2017***
76
8- ` essentials ` contain simple & useful utils for go lang . aah framework utilizes essentials (aka ` ess ` ) library across. Essential library complements with handy methods for :
7+ ` 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 :
98* filepath
9+ * GUID (Globally Unique Identifier)
1010* go
1111* io
1212* os
2323go get -u aahframework.org/essentials.v0
2424```
2525
26- #### Development Version - Edge
27- ``` sh
28- # install the development version
29- go get -u aahframework.org/essentials.v0-unstable
30- ```
31-
3226See official page [ TODO]
You can’t perform that action at this time.
0 commit comments