Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 414 Bytes

uber-go/zap go-pkgz/lgr bridge

goal

the main goal of this package is used by ttys3/remark42 to replace the used github.com/go-pkgz/lgr logger with go.uber.org/zap

usage

add below config in your go.mod

replace (
    github.com/go-pkgz/lgr v0.6.3 => github.com/ttys3/lgr master
)

then run:

go mod tidy