remove unreachable code (go vet)

This commit is contained in:
Noah Zoschke 2018-01-26 08:52:01 -08:00
parent d5a7560cdc
commit 08b8a98248

View File

@ -106,7 +106,6 @@ func whichLexer(path string) string {
return "console" return "console"
} }
panic("No lexer for " + path) panic("No lexer for " + path)
return ""
} }
func debug(msg string) { func debug(msg string) {