0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-23 09:40:39 +00:00
wp-plugin-go/types/command.go

9 lines
98 B
Go

package types
import "golang.org/x/sys/execabs"
type Cmd struct {
*execabs.Cmd
Private bool
}