summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.go b/config.go
index 220db76..cff7a6e 100644
--- a/config.go
+++ b/config.go
@@ -1,5 +1,17 @@
package main
+/*
+ All the information is defined by protobuf files
+
+ The config files written out by default into
+ ~/.config/virtigo/
+
+ protobuf definitions are by nature non-relational
+ so each protobuf is written out as a seperate file.
+
+ This seems like the simpilist way to handle this.
+*/
+
import (
"errors"
"fmt"