Closed
Description
Issue Description
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Expected behaviour
package main
import (
"github.com/labstack/echo/v4"
)
func main() {
e := echo.New()
e.Logger.SetHeader("")
e.Logger.Error("Hellow")
}
I expect code above to print just a message "Hellow"
Actual behaviour
Code panics.
Steps to reproduce
go run ./main.go
with code above.
Version/commit
v4.9.0
Also checked on latest commit 666938e
Metadata
Metadata
Assignees
Labels
No labels