-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When using the zap logger as backend logger, getting the following error
go: finding module for package github.com/go-coldbrew/log/loggers/zap
github.com/nishanthspshetty/logs imports
github.com/go-coldbrew/log/loggers/zap: module github.com/go-coldbrew/log@latest found (v0.1.0), but does not contain package github.com/go-coldbrew/log/loggers/zap
to reproduce, try the fol;lowing snippet
package main
import (
"github.com/go-coldbrew/log"
zap "github.com/go-coldbrew/log/loggers/zap"
)
func main() {
logger := log.NewLogger(zap.NewLogger())
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels