This commit is contained in:
kataras 2022-07-26 11:32:56 +03:00
parent cfb009bb4f
commit 8c7399229e
No known key found for this signature in database
GPG Key ID: 403EEB7885C79503

View File

@ -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
} }