Commit Graph

5 Commits

Author SHA1 Message Date
urgentquest
477796de71 general code qualitity and readability. Mostlly no functional changes besides fixing potential null dereferece in SAM.go, avoiding potential (again) infitite loop in util.go. 2025-04-07 23:48:02 +00:00
Call me Phil
0e35eb2df3 Clean up and fixes
-  Define and use a few constants for the sake of code maintainability
- Change log package name to logger so it better reflects its purpose
- Fix depredations
-  Drop unused private methods and constants
- Create an auxiliary func newFromPrimary() to reduce code duplicacy. Also straight away type conversion doesn't seem to type-check. Got to explicitly create a new struct instance.
2025-03-12 21:39:23 +00:00
eyedeekay
a681ab3b0a fmt 2025-02-23 19:43:24 -05:00
eyedeekay
962ca264b4 Update README.md 2025-02-23 18:45:11 -05:00
eyedeekay
c50775ebfd start on a wrapper for sam3 2025-02-23 18:01:43 -05:00