Files
2025-04-20 05:16:35 -05:00

6 lines
100 B
Go

package goexec
// Executor is a structure shared by all execution methods
type Executor struct {
}