1
0
Fork 0
out-of-tree/cmd/daemon_macos.go

9 lines
86 B
Go

//go:build darwin
// +build darwin
package cmd
type DaemonCmd struct {
daemonCmd
}