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:
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"
|
||||
)
|
||||
|
||||
const (
|
||||
hierPart = "://"
|
||||
)
|
||||
const hierPart = "://"
|
||||
|
||||
// URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue