Closed andysnowden closed 5 years ago
The gabs library changed the function return for Children() and ChildrenMap() as of version 2.0.0
Children()
ChildrenMap()
# github.com/EquityZen/go/vendor/github.com/jefferai/jsonx ../../vendor/github.com/jefferai/jsonx/jsonx.go:88:22: assignment mismatch: 2 variables but 1 values ../../vendor/github.com/jefferai/jsonx/jsonx.go:115:22: assignment mismatch: 2 variables but 1 values
Fixed in v1.0.1, thanks for the report.
The gabs library changed the function return for
Children()
andChildrenMap()
as of version 2.0.0# github.com/EquityZen/go/vendor/github.com/jefferai/jsonx ../../vendor/github.com/jefferai/jsonx/jsonx.go:88:22: assignment mismatch: 2 variables but 1 values ../../vendor/github.com/jefferai/jsonx/jsonx.go:115:22: assignment mismatch: 2 variables but 1 values