diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-03 14:01:17 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-03 14:01:17 +0100 |
commit | 683e302fa48f613c0489094ce18c486bb231f4ce (patch) | |
tree | 733d399c81b167fef8b60b7ee986c8557468fa5f /config.go | |
parent | 3fa367ce4edeee5f6119235ef0f32a1ab3eb0139 (diff) |
Added "-c" option to specify config file
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ import ( "strconv" ) +type Options struct { + conf_file string +} + type Config struct { server_name string |