diff options
Diffstat (limited to '')
-rw-r--r-- | config.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ var config struct { Net string `scfg:"net"` Addr string `scfg:"addr"` } `scfg:"http"` + Git struct { + Root string `scfg:"root"` + } `scfg:"git"` DB struct { Type string `scfg:"type"` Conn string `scfg:"conn"` |