diff options
| author | Horus3 | 2015-04-21 07:04:00 +0200 |
|---|---|---|
| committer | Horus3 | 2015-04-21 07:04:00 +0200 |
| commit | 9d86a3c05ec4339da74dae6cc3bf2f91d49f1574 (patch) | |
| tree | be12d7bf0cbe847ed30f177acc48fa9e99bfe1eb /config/config.go | |
| parent | 7e4ccc40be46366fd8c0550aca1bfb6e73c3b5c6 (diff) | |
| download | mandible-9d86a3c05ec4339da74dae6cc3bf2f91d49f1574.tar.gz | |
Add Ip to config.
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index b1022e2..44640c2 100644 --- a/config/config.go +++ b/config/config.go @@ -12,6 +12,7 @@ type Configuration struct { UserAgent string Stores []map[string]string Port int + Ip string } func NewConfiguration(path string) *Configuration { |
