mirror of
https://github.com/hamburghammer/gsave.git
synced 2025-01-09 00:07:40 +01:00
2ae33c6e1b
Add request logging middleware Add panic recover middleware
7 lines
122 B
Go
7 lines
122 B
Go
package middleware
|
|
|
|
import (
|
|
log "github.com/sirupsen/logrus"
|
|
)
|
|
|
|
var logPackage = log.WithField("Package", "middleware")
|