Untested cli/daemon communication code

This commit is contained in:
ppom
2023-05-03 20:03:22 +02:00
parent 4c86f37b70
commit f3080f5293
7 changed files with 320 additions and 10 deletions

View File

@ -248,7 +248,7 @@ func (c *Conf) updateFromDB() *gob.Encoder {
}
}
func parseConf(filename string) (*Conf, *gob.Encoder) {
func parseConf(filename string) *Conf {
data, err := os.ReadFile(filename)
if err != nil {