Skip to content

Tags: pdgendt/cobs

Tags

v1.1.0

tests: Add test cases for unexpected delimiter

Add some simple tests for encountering unexpected delimiters.

Signed-off-by: Pieter De Gendt <[email protected]>

v1.0.1

Consistent result types/names

One function had named return values, keep is consistent with other
functions.

Signed-off-by: Pieter De Gendt <[email protected]>

v1.0.0

Add Go Doc comments

Add Go Doc comments to exported names.

Signed-off-by: Pieter De Gendt <[email protected]>

v0.2.0

Add encode/decode commands

Add CLI tools to encode or decode from stdin to stdout.

Signed-off-by: Pieter De Gendt <[email protected]>

v0.1.0

Setup Go Module

* Create go.mod file
* Add Github Go workflow Action to build and test module