golang-exercises/chat-tests/cmd/clientFunc.go

17 lines
127 B
Go
Raw Normal View History

2024-04-23 08:00:07 +02:00
package cmd
import (
// "fmt"
// "log"
// "net"
)
var (
serverPort string = "1302"
serverIP string
)
func Client() {
}