1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-07-04 16:34:11 +02:00

uri.go: minor style fix

This commit is contained in:
Henrik Hautakoski 2025-05-22 21:29:40 +02:00
parent 6168fb46c4
commit 6c8dc7b70e

4
uri.go
View file

@ -25,9 +25,7 @@ const (
HTTPSScheme = "https" HTTPSScheme = "https"
) )
const ( const hierPart = "://"
hierPart = "://"
)
// URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986. // URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986.
// //