feat: initial release
This commit is contained in:
parent
a3cf21f5bd
commit
1e0ee5bffe
40 changed files with 2007 additions and 217 deletions
7
cmd/hivemind-lite/main.go
Normal file
7
cmd/hivemind-lite/main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hivemind lite")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue