Skip to content

Commit 3859063

Browse files
committed
move account from zalando to personal account
1 parent 352e126 commit 3859063

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[glog](https://github.com/golang/glog). It is meant as drop in
55
replacement for the default logger used in Gin.
66

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)
1111

1212
## Project Context and Features
1313

@@ -44,7 +44,7 @@ dependencies:
4444

4545
Assuming you've installed Go and Gin, run this:
4646

47-
go get github.com/zalando/gin-glog
47+
go get github.com/szuecs/gin-glog
4848

4949
## Usage
5050
### Example
@@ -61,7 +61,7 @@ import (
6161
"time"
6262

6363
"github.com/golang/glog"
64-
"github.com/zalando/gin-glog"
64+
"github.com/szuecs/gin-glog"
6565
"github.com/gin-gonic/gin"
6666
)
6767

Diff for: ginglog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// "flag
1111
// "time"
1212
// "github.com/golang/glog"
13-
// "github.com/zalando/gin-glog"
13+
// "github.com/szuecs/gin-glog"
1414
// "github.com/gin-gonic/gin"
1515
// )
1616
// func main() {

0 commit comments

Comments
 (0)