1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +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"
)
const (
hierPart = "://"
)
const hierPart = "://"
// URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986.
//