From ccdd204500a4787c6496320d2906f708364973f6 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Sun, 2 Jul 2017 18:47:59 +0700 Subject: [PATCH] Adding missing comment to TimestampType const declarations --- cmd/chromedp-gen/internal/enum.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/chromedp-gen/internal/enum.go b/cmd/chromedp-gen/internal/enum.go index ed046df..e3ed843 100644 --- a/cmd/chromedp-gen/internal/enum.go +++ b/cmd/chromedp-gen/internal/enum.go @@ -152,6 +152,7 @@ func (te TypeEnum) GoEmptyValue() string { // TimestampType are the various timestamp subtypes. type TimestampType int +// TimestampType values. const ( TimestampTypeMillisecond TimestampType = 1 + iota TimestampTypeSecond