From fea819956f4c8cfd43623ad7d0c1992b0305291d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 24 Oct 2024 18:55:35 -0500 Subject: cleanup instructions Signed-off-by: Jeff Carr --- config.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.go') 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" -- cgit v1.2.3