initial directory structuring
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue