-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
bmeh@arch test $ cat main.go
package main
import "github.com/pquerna/ffjson/ffjson"
func main() {
ffjson.DecodeFast()
}
bmeh@arch test $
$ go build
# _/tmp/test
./main.go:6:2: undefined: ffjson.DecodeFast
What am I missing? I double-checked, the version (master) I have downloaded contains DecodeFast in decoder.go.
I ran go vet decoder.go, it says:
# command-line-arguments
./decoder.go:42:14: undefined: unmarshalFaster
./decoder.go:62:14: undefined: unmarshalFaster
./decoder.go:82:14: undefined: unmarshalFaster
Is this library for an outdated version of go?
Metadata
Metadata
Assignees
Labels
No labels