diff options
author | Wolfy-J <[email protected]> | 2018-06-06 12:41:49 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-06 12:41:49 +0300 |
commit | aefb8c50d2c691cac113d9ccbbfbcbd30635ee6a (patch) | |
tree | fc5ecf4301c191ef503ca41058882ed5e8bc13d3 /server_config.go | |
parent | f762cd2bff2fa35e32bc4502c97d2ee0984397b7 (diff) |
Cs and refactoring
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 7e0dcbe9..37f3359b 100644 --- a/server_config.go +++ b/server_config.go @@ -8,7 +8,7 @@ import ( ) const ( - FactoryPipes = iota + FactoryPipes = iota FactorySocket ) |