summaryrefslogtreecommitdiff
path: root/server_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_config.go')
-rw-r--r--server_config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go
index 32ff0ebc..ea4da8dd 100644
--- a/server_config.go
+++ b/server_config.go
@@ -3,7 +3,6 @@ package roadrunner
import (
"errors"
"fmt"
- "github.com/spiral/roadrunner/osutil"
"net"
"os"
"os/exec"
@@ -11,6 +10,8 @@ import (
"sync"
"syscall"
"time"
+
+ "github.com/spiral/roadrunner/osutil"
)
// CommandProducer can produce commands.