1
0
Fork 0
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:
Koichi Shiraishi 2019-05-02 13:35:27 +09:00
parent acf7162031
commit 18984fdc1c
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

4
uri.go
View file

@ -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"`