better networking
This commit is contained in:
@@ -5,9 +5,12 @@ import (
|
||||
"sshpong/internal/netwrk"
|
||||
)
|
||||
|
||||
var exit chan bool
|
||||
|
||||
func main() {
|
||||
fmt.Println("Starting sshpong server!")
|
||||
|
||||
netwrk.Listen()
|
||||
|
||||
_ = <-exit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user