File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# essentials - aah framework
2
-
3
2
[ ![ 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 )
5
4
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***
7
6
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 :
9
8
* filepath
9
+ * GUID (Globally Unique Identifier)
10
10
* go
11
11
* io
12
12
* os
23
23
go get -u aahframework.org/essentials.v0
24
24
```
25
25
26
- #### Development Version - Edge
27
- ``` sh
28
- # install the development version
29
- go get -u aahframework.org/essentials.v0-unstable
30
- ```
31
-
32
26
See official page [ TODO]
You can’t perform that action at this time.
0 commit comments