Versions in this module Expand all Collapse all v2 v2.3.0 Jan 12, 2022 Changes in this version + var DefaultClient = NewClient() + var DefaultServer = NewServer() + func ConnectAndListen() error + func ListenAndServe() error + func Log(msg string) + func Logf(format string, a ...interface{}) + type Client struct + Addr string + Path string + Port string + func NewClient() Client + func (c Client) ConnectAndListen() error + type Server struct + Addr string + Msg chan string + Path string + Port string + func NewServer() *Server + func (s *Server) ListenAndServe() error + func (s *Server) Log(msg string) + func (s *Server) Logf(format string, a ...interface{})