Logur integration for Uber's Zap
go get logur.dev/integration/zap
package main
import (
"logur.dev/logur"
zapintegration "logur.dev/integration/zap"
)
func main() {
logger := zapintegration.New(logur.NewNoopLogger())
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.