mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
UseSemanticErrors -> false
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
var UseSemanticErrors = flag.Bool("use_many_errors", true, "Allow lexer collect semantic errors")
|
||||
var UseSemanticErrors = flag.Bool("use_many_errors", false, "Allow lexer collect semantic errors")
|
||||
|
||||
// tokenKind determines type of a token.
|
||||
type tokenKind byte
|
||||
|
||||
Reference in New Issue
Block a user