Skip to content

v.0.0.4

Latest
Compare
Choose a tag to compare
@rocas777 rocas777 released this 26 Dec 17:52

Changelog

Documentation

  • Added full documentation using Go Doc comments in the code.
  • Added a README file for better project understanding and usage.

Refactored

  • Made all structs fully exported for better accessibility.
  • Made every field of the structs optional.
  • Added default values for the fields to improve usability.
  • Implemented field checks for better error handling.