diff --git a/uri.go b/uri.go index 454dd6e..e6e1e04 100644 --- a/uri.go +++ b/uri.go @@ -25,9 +25,7 @@ const ( HTTPSScheme = "https" ) -const ( - hierPart = "://" -) +const hierPart = "://" // URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986. //