diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 18:55:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 18:55:35 -0500 |
| commit | fea819956f4c8cfd43623ad7d0c1992b0305291d (patch) | |
| tree | af9cbba0d50f2e710b504ecade546bd3dec0f0b7 /config.go | |
| parent | 78fbc9631cff4b6feb2e1de7b376c5ccc2c2dda6 (diff) | |
cleanup instructions
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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" |
