From 6c8dc7b70ef206c480b4de17c1832ba0a0426437 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 22 May 2025 21:29:40 +0200 Subject: [PATCH] uri.go: minor style fix --- uri.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. //