1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00
This commit is contained in:
kataras
2022-07-26 11:32:56 +03:00
parent cfb009bb4f
commit 8c7399229e

View File

@@ -1259,7 +1259,7 @@ type (
)
// String returns the raw ref url.
func (ref *Referrer) String() string {
func (ref Referrer) String() string {
return ref.Raw
}