rename logrus_syslog package to syslog
Package names shouldn't be using underscores. There is also nothing wrong with naming this package `syslog`. People can include it with any name they wish.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package logrus_syslog
|
||||
package syslog
|
||||
|
||||
import (
|
||||
"github.com/sirupsen/logrus"
|
||||
"log/syslog"
|
||||
"testing"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func TestLocalhostAddAndPrint(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user