mirror of
https://github.com/kataras/iris.git
synced 2026-01-24 12:25:57 +00:00
fix #1938
This commit is contained in:
@@ -1259,7 +1259,7 @@ type (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// String returns the raw ref url.
|
// String returns the raw ref url.
|
||||||
func (ref *Referrer) String() string {
|
func (ref Referrer) String() string {
|
||||||
return ref.Raw
|
return ref.Raw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user