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
Raw Normal View History

2024-05-05 12:55:58 +00:00
package types
import "golang.org/x/sys/execabs"
type Cmd struct {
*execabs.Cmd
Private bool
}