From 5af62e009dc271ea5e7271e99bf1e2bdd5ec8965 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 9 Feb 2025 01:53:06 +0800 Subject: *: Add basic repo home with a README and recent commits display --- config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index a38fd25..6261eb2 100644 --- a/config.go +++ b/config.go @@ -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"` -- cgit v1.2.3