Montgomery Edwards⁴⁴⁸
Montgomery Edwards⁴⁴⁸
I created a fork of cisco/senml named [Disco SenML](https://github.com/x448/senml) that resolves several issues. Please let me know if you'd like a pull request. I can create one excluding the README.md....
Here are the results with cisco/senml commit d5a3c66caf101d9c3a4f684982fd5674a5e31627 (Dec 11, 2019.) The two PR mentioned in issue #24 resolves this issue. > go version go1.13.5 linux/amd64 ``` $ go get...
For example, reduce DecOptions.MaxArrayElements, DecOptions.MaxMapPairs, disable indefinite length CBOR data, and etc.
PR #11 updates .travis.yml and creates .golangci.yml. This makes travis-ci run jobs for: build, lint, coverage, and race. Settings for various linters are in .golangci.yml.
Use jobs for build, lint, coverage, and race. Use golangci-lint 1.23.1 to run linters. Update .travis.yml and create .golangci.yml with some settings for linters.
`ScalarMarshaler` and `ScalarUnmarshaler` interfaces were added to the encoding package in golang/go: - https://go-review.googlesource.com/c/go/+/553175 - JSON: https://go-review.googlesource.com/c/go/+/553176 - GOB: https://go-review.googlesource.com/c/go/+/569276 - XML: https://go-review.googlesource.com/c/go/+/568896 Description from https://go-review.googlesource.com/c/go/+/553176 > encoding/json: handle encoding.ScalarMarshaler...