From 683e302fa48f613c0489094ce18c486bb231f4ce Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 3 Jul 2017 14:01:17 +0100 Subject: Added "-c" option to specify config file --- config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index 9967ab8..aa9d966 100644 --- a/config.go +++ b/config.go @@ -34,6 +34,10 @@ import ( "strconv" ) +type Options struct { + conf_file string +} + type Config struct { server_name string -- cgit v1.2.3