mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Add input server (#37)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** Doing some ground work for the input server, here I am initializing a go project. That's all
This commit is contained in:
3
bin/input/go.mod
Normal file
3
bin/input/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module github.com/wanjohiryan/netris
|
||||
|
||||
go 1.22.2
|
||||
7
bin/input/main.go
Normal file
7
bin/input/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello world")
|
||||
}
|
||||
Reference in New Issue
Block a user