Files
systemctl/structs.go
2021-05-15 13:49:34 -07:00

6 lines
58 B
Go

package systemctl
type Options struct {
usermode bool
}