diff options
author | Wolfy-J <[email protected]> | 2018-07-26 17:09:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 17:09:53 +0300 |
commit | 2f73d679b884616c49f4eba3342b350c001d949f (patch) | |
tree | e93f4f9505bcb0d597f8a258b046c735e4ff3245 /server_config.go | |
parent | 8226b1f064ba1dca8f817bb882e0e570fc057e43 (diff) |
more tests
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 50b19d5a..88d15e1f 100644 --- a/server_config.go +++ b/server_config.go @@ -29,7 +29,7 @@ type ServerConfig struct { // while server is running. Pool *Config - // Default defines set of values to be passed to the command context. + // values defines set of values to be passed to the command context. env []string } |