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:
parent
6168fb46c4
commit
6c8dc7b70e
1 changed files with 1 additions and 3 deletions
4
uri.go
4
uri.go
|
|
@ -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.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue