mirror of
https://github.com/FalconOpsLLC/goexec
synced 2026-06-06 15:44:27 +00:00
6 lines
100 B
Go
6 lines
100 B
Go
package goexec
|
|
|
|
// Executor is a structure shared by all execution methods
|
|
type Executor struct {
|
|
}
|