Open joshq00 opened 8 years ago
Removed lines from lexer.go and executor.go Fixes unreachable code errors from go vet ./...
lexer.go
executor.go
go vet ./...
Add benchmarks.go Fixes "no buildable Go source files" error from go get -t -v ./...
benchmarks.go
go get -t -v ./...
Capitalize keywords in executor_test.go Fixes "has json tag but is not exported" error from go vet ./...
keywords
executor_test.go
Removed lines from
lexer.go
andexecutor.go
Fixes unreachable code errors fromgo vet ./...
Add
benchmarks.go
Fixes "no buildable Go source files" error fromgo get -t -v ./...
Capitalize
keywords
inexecutor_test.go
Fixes "has json tag but is not exported" error fromgo vet ./...