diff --git a/request.go b/request.go index c407037a..3d088bf3 100644 --- a/request.go +++ b/request.go @@ -228,7 +228,6 @@ func (ctx *Ctx) Fresh() bool { // Get : https://gofiber.github.io/fiber/#/context?id=get func (ctx *Ctx) Get(key string) string { - // https://en.wikipedia.org/wiki/HTTP_referer if key == "referrer" { key = "referer" }