mirror of
https://github.com/taigrr/systemctl.git
synced 2026-04-01 18:18:45 -07:00
- Remove unused 'killed' const and 'unitTypes' var (staticcheck U1000) - Replace regexp with strings.TrimSuffix+switch in isFailed for consistency - Fix typo: 'programatically' -> 'programmatically' - Fix typo: 'an an int' -> 'as an int' in README and helpers.go - Add missing godoc comments on exported helper functions - Bump minimum Go version from 1.18 to 1.21
4 lines
44 B
Modula-2
4 lines
44 B
Modula-2
module github.com/taigrr/systemctl
|
|
|
|
go 1.21
|