Versions in this module Expand all Collapse all v1 v1.5.0 May 19, 2021 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{}) Incompatible versions in this module v2.3.0+incompatible Aug 17, 2018 v2.2.0+incompatible Jan 16, 2017 v2.1.1+incompatible Nov 3, 2016