mchmarny / state

Simple local state persistence

Repository from Github https://github.commchmarny/stateRepository from Github https://github.commchmarny/state

codecov version

state

Simple local state persistence of Go structs.

Support:

  • Configurable serialization (JSON, YAML, Binary)
  • Custom opt-in persistence annotation (state)
  • Thread safe

usage example

disclaimer

This is my personal project and it does not represent my employer. While I do my best to ensure that everything works, I take no responsibility for issues caused by this code.

About

Simple local state persistence

License:MIT License


Languages

Language:Go 90.9%Language:Makefile 9.1%