/go-eyed

A go module for "friendly" IDs

Primary LanguageGoMIT LicenseMIT

go-eyed

A go module for "friendly" IDs.

THIS MODULE IS INCOMPLETE AND NOT CURRENTLY BEING MAINTAINED. THEREFORE, IT SHOULD NOT BE USED

Contribution

If someone would like to contribute to or take over this project, please let me know :)

Notable TODOs

  1. Implement Stringer
  2. Implement database/sql.Scanner and database/sql/driver.Valuer
  3. Play nice with encoding.BinaryMarshal and encoding.BinaryUnmarshal
  4. Support encoding.TextMarshal and encoding.TextUnmarshal (encoding/json friendly)