Add protobuf shit

This commit is contained in:
Beric Bearnson
2024-08-05 18:00:41 -06:00
parent aceef8a497
commit a6807d79a6
7 changed files with 219 additions and 5 deletions
+3 -1
View File
@@ -2,9 +2,11 @@ package main
import (
"fmt"
"sshpong/internal/netwrk"
)
func main() {
fmt.Println("Starting sshpong server")
fmt.Println("Starting sshpong server!")
netwrk.Listen()
}