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.