systemctl/structs.go

6 lines
58 B
Go

package systemctl
type Options struct {
UserMode bool
}