mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 11:14:24 -06:00
Switch from logrus to zerolog, move types into types.go
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
log "github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
func BuildRequestWithBody(method string, path string, params map[string]string, body io.Reader) *http.Request {
|
||||
|
||||
Reference in New Issue
Block a user