initial directory structuring

main
KeeganForelight 3 years ago
parent 5738fc21b7
commit 0da63e7f2a

@ -1,3 +0,0 @@
module reactor
go 1.18

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

@ -1,3 +0,0 @@
module server
go 1.18

@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
// lets get this bread
}

@ -0,0 +1,3 @@
module frms
go 1.18
Loading…
Cancel
Save