From 8c7399229ecadc2e53cb3fae0d3b730389a28d8e Mon Sep 17 00:00:00 2001 From: kataras Date: Tue, 26 Jul 2022 11:32:56 +0300 Subject: [PATCH] fix #1938 --- context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/context.go b/context/context.go index d9424f35..900785fc 100644 --- a/context/context.go +++ b/context/context.go @@ -1259,7 +1259,7 @@ type ( ) // String returns the raw ref url. -func (ref *Referrer) String() string { +func (ref Referrer) String() string { return ref.Raw }