1
0
Fork 0
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:
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"` 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"`