Commit Graph

12 Commits

Author SHA1 Message Date
987662da9b Simplify common.NewSAM 2025-05-27 19:59:02 -04:00
df3728c042 Simplify Config Constructor 2025-05-27 19:45:38 -04:00
1f95e9fa3a fmt 2025-05-27 19:43:15 -04:00
0b2d1927de fmt 2025-05-27 19:40:50 -04:00
3e89669fec Simplify ExtractDest 2025-05-27 19:37:52 -04:00
95ccf4c187 Simplify formatting 2025-05-27 19:32:05 -04:00
8514ba8e89 Simplify, add readme 2025-05-27 19:25:56 -04:00
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
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
e279e7c011 work on new constructors 2025-02-17 22:23:20 -05:00
c1d7c642b4 piece out sam3 2025-02-17 21:48:51 -05:00
5a1b4e14d9 part out sam3 2025-02-17 21:46:19 -05:00