mirror of
https://github.com/laravel-ls/uri
synced 2026-07-04 08:23:43 +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"`
|
Scheme string `json:"scheme,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Components
|
// Components represents a URI Components.
|
||||||
type Components struct {
|
type Components struct {
|
||||||
*URI
|
*URI
|
||||||
}
|
}
|
||||||
|
|
||||||
// State
|
// State represents a URI State.
|
||||||
type State struct {
|
type State struct {
|
||||||
*URI
|
*URI
|
||||||
Mid float64 `json:"$mid,omitempty"`
|
Mid float64 `json:"$mid,omitempty"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue