We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3179d5c + a41cd5e commit e6060eeCopy full SHA for e6060ee
README.md
@@ -2,6 +2,7 @@ fluent-logger-golang
2
====
3
4
[](https://travis-ci.org/fluent/fluent-logger-golang)
5
+[](https://godoc.org/github.com/fluent/fluent-logger-golang/fluent)
6
7
## A structured event logger for Fluentd (Golang)
8
@@ -19,8 +20,6 @@ Install the package with `go get` and use `import` to include it in your project
19
20
import "github.com/fluent/fluent-logger-golang/fluent"
21
```
22
-GoDoc: http://godoc.org/github.com/fluent/fluent-logger-golang/fluent
23
-
24
## Example
25
26
```go
0 commit comments