This commit is contained in:
re 2022-12-21 15:31:06 +03:00
parent e451092dba
commit b06ab7d9aa
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -7,7 +7,7 @@ The simplest way to use Logrus is simply the package-level exported logger:
package main package main
import ( import (
log "github.com/sirupsen/logrus" log "git.internal/re/logrus"
) )
func main() { func main() {