From 18984fdc1ca8ddd8400b3bf823df221508dba164 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Thu, 2 May 2019 13:35:27 +0900 Subject: [PATCH] uri: fix godoc --- uri.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uri.go b/uri.go index ce20164..7e53f03 100644 --- a/uri.go +++ b/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"`