ra
This commit is contained in:
commit
1c8b6d33e3
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.dummkopf.live/InventorX/gonettestserver
|
||||
|
||||
go 1.22.4
|
7
gonettestserver.go
Normal file
7
gonettestserver.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("test")
|
||||
}
|
Loading…
Reference in a new issue