mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
uri: fix godoc
This commit is contained in:
parent
acf7162031
commit
18984fdc1c
1 changed files with 2 additions and 2 deletions
4
uri.go
4
uri.go
|
|
@ -62,12 +62,12 @@ type URI struct {
|
|||
Scheme string `json:"scheme,omitempty"`
|
||||
}
|
||||
|
||||
// Components
|
||||
// Components represents a URI Components.
|
||||
type Components struct {
|
||||
*URI
|
||||
}
|
||||
|
||||
// State
|
||||
// State represents a URI State.
|
||||
type State struct {
|
||||
*URI
|
||||
Mid float64 `json:"$mid,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue