1
0
Fork 0

Compare commits

...

1 commit

Author SHA1 Message Date
0d90395eef
chore: remove empty hivemind-lite 2026-01-31 15:37:05 +03:00
2 changed files with 3 additions and 7 deletions

View file

@ -1,7 +0,0 @@
package main
import "fmt"
func main() {
fmt.Println("hivemind lite")
}

View file

@ -9,6 +9,9 @@ import (
"github.com/BurntSushi/toml"
)
// TODO: make all configs have a codegen verification and merging
// assume that 0 and "" are invalid values, i.e. use -1 for unset
type Configs struct {
Master MasterConfig
Dns DnsConfig