Untested cli/daemon communication code
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user