From a9647b3e5b24a10e30660e75b32f7991e7657fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 25 Nov 2017 20:00:38 +0000 Subject: [PATCH] all: make vet happy on non-generated code --- cmd/chromedp-gen/internal/enum.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/chromedp-gen/internal/enum.go b/cmd/chromedp-gen/internal/enum.go index bf7b534..3df272c 100644 --- a/cmd/chromedp-gen/internal/enum.go +++ b/cmd/chromedp-gen/internal/enum.go @@ -123,8 +123,6 @@ func (te TypeEnum) GoType() string { default: panic(fmt.Sprintf("called GoType on non primitive type %s", te.String())) } - - return "" } // GoEmptyValue returns the Go empty value for the TypeEnum.