forked from Silverfish/proton-bridge
GODT-1779: Remove go-imap
This commit is contained in:
7
pkg/restarter/start_windows.go
Normal file
7
pkg/restarter/start_windows.go
Normal file
@ -0,0 +1,7 @@
|
||||
package restarter
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func run(cmd *exec.Cmd) error {
|
||||
return cmd.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user