Commit Graph

14 Commits

Author SHA1 Message Date
523d062b04 fix(msp): resolve unused error value and fix typo
- Fix SA4006 staticcheck warning: unused err from GetDuration
- Fix typo: 'addtion' -> 'addition' in comment
2026-03-05 08:01:11 +00:00
8b431b5d2f chore: bump Go 1.18→1.26, fix typos, clean up tests
- Update go.mod to Go 1.26
- Fix help text typos ('menut' → 'menu', 'most-significant' → 'most-specific')
- Fix error comment typo ('ll' → 'all')
- Remove unnecessary fmt.Sprintf in test names
- Remove unused fmt imports from test files
- Add compile-time interface check for TimeWindow
2026-02-22 21:01:23 +00:00
2e68bb06af Use a struct instead of string slices 2022-10-14 22:04:08 -07:00
f989049717 Add gap test 2022-10-14 20:50:12 -07:00
Ethan Holz
6adb6be6b4 test: Added more comprehensive tests 2022-10-14 16:33:43 -05:00
Ethan Holz
8612f90d46 feat: Completed functionality for generating a period timeline 2022-10-14 14:17:50 -05:00
Ethan Holz
9698d90308 feat: Initial changes to handline generating a timeline 2022-10-13 17:02:55 -05:00
88ce350a61 updates to changeover and tests 2022-04-03 22:33:50 -07:00
0f88864200 add changes to changeover code based on unit tests 2022-04-03 19:10:55 -07:00
71bb0676c0 changeover features in progress 2022-04-03 18:39:46 -07:00
14aa89a047 Uses an interface instead of a struct now 2022-03-07 16:46:17 -08:00
1f4eb80c24 Tests for most cases complete, needs testing with a bigger period array 2022-02-28 16:31:58 -08:00
1946a93b80 add rough v1 2022-02-28 15:56:56 -08:00
72c18dba1a Initial commit 2022-02-28 14:56:44 -08:00