mirror of
https://github.com/hamburghammer/gsave.git
synced 2025-01-09 08:17:41 +01:00
8 lines
122 B
Go
8 lines
122 B
Go
|
package middleware
|
||
|
|
||
|
import (
|
||
|
log "github.com/sirupsen/logrus"
|
||
|
)
|
||
|
|
||
|
var logPackage = log.WithField("Package", "middleware")
|