aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorYotam Nachum <me@yotam.net>2019-11-02 14:51:43 +0200
committerYotam Nachum <me@yotam.net>2019-11-02 14:51:43 +0200
commit46f84de73af65aaafb92b596830ee2570b87b47d (patch)
treee04476c4b7f3a32b7d9c737c00c6d832535f7711 /config.go
parentAdd a license (AGPLv3) (diff)
downloadshavit-46f84de73af65aaafb92b596830ee2570b87b47d.tar.gz
shavit-46f84de73af65aaafb92b596830ee2570b87b47d.zip
Fix go vet and go lint warnings
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 6b24a9d..dc57040 100644
--- a/config.go
+++ b/config.go
@@ -7,6 +7,7 @@ import (
"github.com/BurntSushi/toml"
)
+// Config holds the main configuration data for the server
type Config struct {
SourceDir string `toml:"source"`
TLSCert string `toml:"tls_certificate"`