initialized project
This commit is contained in:
3
go.mod
Normal file
3
go.mod
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module gitea.puchstein.bayern/mpuchstein/OwlyGamesServer
|
||||||
|
|
||||||
|
go 1.14
|
7
owlygamesserver.go
Normal file
7
owlygamesserver.go
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello, world.")
|
||||||
|
}
|
Reference in New Issue
Block a user