Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2018 Changes in this version + type SoServer struct + func NewServer(port int) (*SoServer, error) + func (s *SoServer) SendLog(log string) + func (s *SoServer) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *SoServer) Start()