We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go mod tidy
Adding Codec interface
Feature/initial implementation (#1) * Initial implementation * Fixing SetFloat* * Fixing GetFloat* * Adding tests, created Writer interface * Removing unused code