diff --git a/conf/lex.go b/conf/lex.go index 5bb64f71..5566ef92 100644 --- a/conf/lex.go +++ b/conf/lex.go @@ -93,7 +93,6 @@ func (lx *lexer) nextItem() item { lx.state = lx.state(lx) } } - panic("not reached") } func lex(input string) *lexer {