File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# log - aah framework
2
- [ ![ Build Status] ( https://travis-ci.org/go-aah/log.svg?branch=master )] ( https://travis-ci.org/go-aah/log ) [ ![ codecov] ( https://codecov.io/gh/go-aah/log/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/log/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/log )] ( https://goreportcard.com/report/aahframework.org/log )
3
- [ ![ Version] ( https://img.shields.io/badge/version-0.1 -blue.svg )] ( https://github.com/go-aah/log/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/log?status.svg )] ( https://godoc.org/aahframework.org/log )
2
+ [ ![ Build Status] ( https://travis-ci.org/go-aah/log.svg?branch=master )] ( https://travis-ci.org/go-aah/log ) [ ![ codecov] ( https://codecov.io/gh/go-aah/log/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/log/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/log.v0 )] ( https://goreportcard.com/report/aahframework.org/log.v0 )
3
+ [ ![ Version] ( https://img.shields.io/badge/version-0.2 -blue.svg )] ( https://github.com/go-aah/log/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/log.v0 ?status.svg )] ( https://godoc.org/aahframework.org/log.v0 )
4
4
[ ![ License] ( https://img.shields.io/github/license/go-aah/log.svg )] ( LICENSE )
5
5
6
- *** v0.1 [ released] ( https://github.com/go-aah/log/releases/latest ) and tagged on Jan 14 , 2017***
6
+ *** v0.2 [ released] ( https://github.com/go-aah/log/releases/latest ) and tagged on Mar 04 , 2017***
7
7
8
8
Simple, flexible & powerful ` Go ` logger inspired by standard logger & Google glog. aah framework utilizes ` log ` library across.
9
9
@@ -13,7 +13,7 @@ Simple, flexible & powerful `Go` logger inspired by standard logger & Google glo
13
13
#### Stable - Version
14
14
``` sh
15
15
# install the library
16
- go get -u aahframework.org/log
16
+ go get -u aahframework.org/log.v0
17
17
```
18
18
19
19
See official page [ TODO]
You can’t perform that action at this time.
0 commit comments