rename module

This commit is contained in:
2026-03-29 17:46:59 +03:00
parent dd1b4c2e81
commit fec218f549
23 changed files with 105 additions and 91 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package logrus_test
@@ -6,8 +7,8 @@ import (
"log/syslog"
"os"
"github.com/sirupsen/logrus"
slhooks "github.com/sirupsen/logrus/hooks/syslog"
"git.corp.kornet35.ru/gopkg/logrus"
slhooks "git.corp.kornet35.ru/gopkg/logrus/hooks/syslog"
)
// An example on how to use a hook