mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
6 lines
86 B
Go
6 lines
86 B
Go
|
|
package execuser
|
||
|
|
|
||
|
|
func run(path string, opts eopts) error {
|
||
|
|
panic("unimplemented")
|
||
|
|
}
|