0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-06-02 18:39:40 +02: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
}