Versions in this module Expand all Collapse all v1 v1.2.0 Nov 25, 2023 Changes in this version + func StartTCPClient(serverAddr string) error + func StartTCPServer(port string) error + func StartTCPTunClient(serverAddr string) error + func StartTunWebClient(httpServUrl string) error + func StartUDPClient(serverAddr string) error + func StartUDPServer(port string) error + func StartUDPTunClient(serverAddr string) error + func StartWebClient(httpServUrl string) error + func StartWebServer() error + type Person struct + Age int + Name string