File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
[ glog] ( https://github.com/golang/glog ) . It is meant as drop in
5
5
replacement for the default logger used in Gin.
6
6
7
- [ ![ Build Status] ( https://travis-ci.org/zalando /gin-glog.svg?branch=master )] ( https://travis-ci.org/zalando /gin-glog )
8
- [ ![ Coverage Status] ( https://coveralls.io/repos/zalando /gin-glog/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/zalando /gin-glog?branch=master )
9
- [ ![ Go Report Card] ( https://goreportcard.com/badge/zalando /gin-glog )] ( https://goreportcard.com/report/zalando /gin-glog )
10
- [ ![ GoDoc] ( https://godoc.org/github.com/zalando /gin-glog?status.svg )] ( https://godoc.org/github.com/zalando /gin-glog )
7
+ [ ![ Build Status] ( https://travis-ci.org/szuecs /gin-glog.svg?branch=master )] ( https://travis-ci.org/szuecs /gin-glog )
8
+ [ ![ Coverage Status] ( https://coveralls.io/repos/szuecs /gin-glog/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/szuecs /gin-glog?branch=master )
9
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/szuecs /gin-glog )] ( https://goreportcard.com/report/szuecs /gin-glog )
10
+ [ ![ GoDoc] ( https://godoc.org/github.com/szuecs /gin-glog?status.svg )] ( https://godoc.org/github.com/szuecs /gin-glog )
11
11
12
12
## Project Context and Features
13
13
@@ -44,7 +44,7 @@ dependencies:
44
44
45
45
Assuming you've installed Go and Gin, run this:
46
46
47
- go get github.com/zalando /gin-glog
47
+ go get github.com/szuecs /gin-glog
48
48
49
49
## Usage
50
50
### Example
@@ -61,7 +61,7 @@ import (
61
61
" time"
62
62
63
63
" github.com/golang/glog"
64
- " github.com/zalando /gin-glog"
64
+ " github.com/szuecs /gin-glog"
65
65
" github.com/gin-gonic/gin"
66
66
)
67
67
Original file line number Diff line number Diff line change 10
10
// "flag
11
11
// "time"
12
12
// "github.com/golang/glog"
13
- // "github.com/zalando /gin-glog"
13
+ // "github.com/szuecs /gin-glog"
14
14
// "github.com/gin-gonic/gin"
15
15
// )
16
16
// func main() {
You can’t perform that action at this time.
0 commit comments