This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch
dependabot/npm_and_yarn/examples/node/flatted-3.4.2
in repository https://gitbox.apache.org/repos/asf/iggy.git
from e9c960874 chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in
/examples/node
add 6180d88e6 feat(go): implement binary reader/writer (#2986)
add 9b4dc6b6b Merge branch 'master' into
dependabot/npm_and_yarn/examples/node/flatted-3.4.2
No new revisions were added by this update.
Summary of changes:
foreign/go/internal/codec/reader.go | 217 +++++++++++++++++
foreign/go/internal/codec/reader_test.go | 358 ++++++++++++++++++++++++++++
foreign/go/internal/codec/roundtrip_test.go | 105 ++++++++
foreign/go/internal/codec/writer.go | 151 ++++++++++++
foreign/go/internal/codec/writer_test.go | 128 ++++++++++
5 files changed, 959 insertions(+)
create mode 100644 foreign/go/internal/codec/reader.go
create mode 100644 foreign/go/internal/codec/reader_test.go
create mode 100644 foreign/go/internal/codec/roundtrip_test.go
create mode 100644 foreign/go/internal/codec/writer.go
create mode 100644 foreign/go/internal/codec/writer_test.go