initialized project

This commit is contained in:
Matthias Puchstein
2020-06-16 17:53:47 +02:00
parent 5c24a89426
commit 5c50a0e93e
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module gitea.puchstein.bayern/mpuchstein/OwlyGamesServer
go 1.14

7
owlygamesserver.go Normal file
View File

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