diff options
author | Wolfy-J <[email protected]> | 2018-07-26 16:34:59 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 16:34:59 +0300 |
commit | 0b170a3094aaa5f353550806ff409d67642225b9 (patch) | |
tree | 817faa919dc85684886f42b87a636943b0e3c0c8 /server_config.go | |
parent | 06429b2db7e592968035a677badbc69d7ee786c1 (diff) |
go fmt
Diffstat (limited to 'server_config.go')
-rw-r--r-- | server_config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go index f4310000..3746f23f 100644 --- a/server_config.go +++ b/server_config.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" "net" + "os" "os/exec" "strings" "syscall" "time" - "os" ) // ServerConfig config combines factory, pool and cmd configurations. |