Add protobuf shit
This commit is contained in:
+3
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user