mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
* Orbit: Add Fleet Desktop support to Windows * Rename workflow, fix linux build * Do not compile systray on linux * nolint on unused * Fix lint properly * nolint both checkers * Fix monitor logic in desktopRunner * Fix interrupt and execute order
5 lines
86 B
Go
5 lines
86 B
Go
package execuser
|
|
|
|
func run(path string, opts eopts) error {
|
|
panic("unimplemented")
|
|
}
|