mirror of
https://github.com/taigrr/systemctl.git
synced 2026-04-14 16:20:43 -07:00
- Bump go.mod from 1.26.1 to 1.26.2 - Add all helper functions to README (GetUnits, GetMaskedUnits, GetSocketsForServiceUnit, IsSystemd, IsMasked, IsRunning, HasValidUnitSuffix) - Remove unused fmt import from README example - Refactor GetSocketsForServiceUnit, GetUnits, GetMaskedUnits to use prepareArgs instead of manual arg construction - Add Go 1.26.2 to CI test matrix