fix go stuff

This commit is contained in:
Beric Bearnson 2024-08-03 11:05:14 -06:00
parent 72badd00c7
commit aceef8a497
6 changed files with 11 additions and 9 deletions

View File

@ -1,3 +0,0 @@
module pongclient
go 1.22.1

10
cmd/server/main.go Normal file
View File

@ -0,0 +1,10 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Starting sshpong server")
}

View File

@ -1,5 +1,5 @@
module sshpong
go 1.22.1
go 1.22.2
require github.com/google/uuid v1.6.0

View File

@ -1,5 +0,0 @@
package main
func main() {
}