Codebase list golang-github-go-kit-kit / f2622b9
Merge pull request #227 from go-kit/github-logfmt Stop using gopkg.in for logfmt package. Peter Bourgon 8 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 import (
33 "io"
44
5 "gopkg.in/logfmt.v0"
5 "github.com/go-logfmt/logfmt"
66 )
77
88 type logfmtLogger struct {
66 "testing"
77
88 "github.com/go-kit/kit/log"
9 "gopkg.in/logfmt.v0"
9 "github.com/go-logfmt/logfmt"
1010 )
1111
1212 func TestLogfmtLogger(t *testing.T) {