stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
695 stars 75 forks source link

example/main.go does not compile #10

Closed josharian closed 10 years ago

josharian commented 10 years ago
$ go build main.go 
# command-line-arguments
./main.go:21: o.Obj undefined (type objx.Map has no field or method Obj)
./main.go:23: o.IsMap undefined (type objx.Map has no field or method IsMap)
./main.go:24: o.IsList undefined (type objx.Map has no field or method IsList)