mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-05 16:26:58 +08:00
6 lines
58 B
Go
6 lines
58 B
Go
package systemctl
|
|
|
|
type Options struct {
|
|
usermode bool
|
|
}
|