mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
uri.go: format comment
This commit is contained in:
parent
016e7e9a41
commit
3ff68398c8
1 changed files with 7 additions and 7 deletions
14
uri.go
14
uri.go
|
|
@ -35,13 +35,13 @@ const (
|
|||
// (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation
|
||||
// and encoding.
|
||||
//
|
||||
// foo://example.com:8042/over/there?name=ferret#nose
|
||||
// \_/ \______________/\_________/ \_________/ \__/
|
||||
// | | | | |
|
||||
// scheme authority path query fragment
|
||||
// | _____________________|__
|
||||
// / \ / \
|
||||
// urn:example:animal:ferret:nose
|
||||
// foo://example.com:8042/over/there?name=ferret#nose
|
||||
// \_/ \______________/\_________/ \_________/ \__/
|
||||
// | | | | |
|
||||
// scheme authority path query fragment
|
||||
// | _____________________|__
|
||||
// / \ / \
|
||||
// urn:example:animal:ferret:nose
|
||||
type URI string
|
||||
|
||||
// Filename returns the file path for the given URI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue