diff options
author | Valery Piashchynski <[email protected]> | 2020-10-19 14:01:59 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-19 14:01:59 +0300 |
commit | 77670fb7af0c892c9b3a589fd424534fad288e7a (patch) | |
tree | 3adcaa85db664a355abe2b28f1d7e4a3fc45689f /util | |
parent | 16fbf3104c3c34bd9355593052b686acd26a8efe (diff) |
Update according activity worker
Diffstat (limited to 'util')
-rw-r--r-- | util/doc.go | 2 | ||||
-rw-r--r-- | util/isolate_win.go | 2 | ||||
-rw-r--r-- | util/network_windows_test.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/doc.go b/util/doc.go index c6006de4..a3798715 100644 --- a/util/doc.go +++ b/util/doc.go @@ -2,4 +2,4 @@ package util /* This package should not contain roadrunner dependencies, only system or third-party - */ +*/ diff --git a/util/isolate_win.go b/util/isolate_win.go index 77674b3b..6756d59f 100644 --- a/util/isolate_win.go +++ b/util/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 +} diff --git a/util/network_windows_test.go b/util/network_windows_test.go index a5a8064e..b6648ed0 100644 --- a/util/network_windows_test.go +++ b/util/network_windows_test.go @@ -13,4 +13,4 @@ func TestCreateListener(t *testing.T) { _, err = CreateListener("aaa://192.168.0.1") assert.Error(t, err, "Invalid Protocol (tcp://:6001, unix://file.sock)") -}
\ No newline at end of file +} |