diff options
author | Valery Piashchynski <[email protected]> | 2021-01-11 13:00:52 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-11 13:00:52 +0300 |
commit | c4112cd214a9c7cbed82c82eefc75904fb42d1af (patch) | |
tree | 680cc5f0d3f9a0d78a944e026568af61c12bd87e /osutil | |
parent | 5dc83ef5eee77f4d1ef557e5f8b566e75892680d (diff) |
Update CI
Format imports and code
Distinct internal and app errors
Diffstat (limited to 'osutil')
-rw-r--r-- | osutil/isolate_win.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osutil/isolate_win.go b/osutil/isolate_win.go index 52fb5d8a..bac0a35e 100644 --- a/osutil/isolate_win.go +++ b/osutil/isolate_win.go @@ -14,4 +14,4 @@ func IsolateProcess(cmd *exec.Cmd) { func ExecuteFromUser(cmd *exec.Cmd, u string) error { return nil -}
\ No newline at end of file +} |