Files
systemctl/go.mod
Tai Groot 2f04c28cc1 chore: update Go 1.26.2, document all helpers in README, use prepareArgs consistently (#12)
- 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
2026-04-12 10:27:36 +02:00

4 lines
46 B
Modula-2

module github.com/taigrr/systemctl
go 1.26.2