diff options
author | Wolfy-J <[email protected]> | 2018-09-26 22:30:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-26 22:30:53 +0300 |
commit | a206fc3270ea6e469b1704f15f2f15a9f6a14bbd (patch) | |
tree | 68bc61c49f84db861976659abed3784bb7e304a9 /util/state.go | |
parent | d24c43aaeff897394eca140478c73dd146f8710a (diff) |
improved debug handlers
Diffstat (limited to 'util/state.go')
-rw-r--r-- | util/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/state.go b/util/state.go index 3984d72d..29fca945 100644 --- a/util/state.go +++ b/util/state.go @@ -1,9 +1,9 @@ package util import ( + "errors" "github.com/shirou/gopsutil/process" "github.com/spiral/roadrunner" - "errors" ) // State provides information about specific worker. |