Skip to content

Commit e6060ee

Browse files
authored
Merge pull request #78 from johanavril/godoc
use GoDoc badges
2 parents 3179d5c + a41cd5e commit e6060ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ fluent-logger-golang
22
====
33

44
[![Build Status](https://travis-ci.org/fluent/fluent-logger-golang.png?branch=master)](https://travis-ci.org/fluent/fluent-logger-golang)
5+
[![GoDoc](https://godoc.org/github.com/fluent/fluent-logger-golang/fluent?status.svg)](https://godoc.org/github.com/fluent/fluent-logger-golang/fluent)
56

67
## A structured event logger for Fluentd (Golang)
78

@@ -19,8 +20,6 @@ Install the package with `go get` and use `import` to include it in your project
1920
import "github.com/fluent/fluent-logger-golang/fluent"
2021
```
2122

22-
GoDoc: http://godoc.org/github.com/fluent/fluent-logger-golang/fluent
23-
2423
## Example
2524

2625
```go

0 commit comments

Comments
 (0)