This commit is contained in:
InventorXtreme 2024-07-05 22:45:11 -04:00
commit 1c8b6d33e3
3 changed files with 17 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.dummkopf.live/InventorX/gonettestserver
go 1.22.4

7
gonettestserver.go Normal file
View file

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

7
main.go Normal file
View file

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