mirror of
https://github.com/taigrr/systemctl.git
synced 2026-04-14 08:18:02 -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
4 lines
46 B
Modula-2
4 lines
46 B
Modula-2
module github.com/taigrr/systemctl
|
|
|
|
go 1.26.2
|