This commit is contained in:
crusader 2017-08-24 20:47:41 +09:00
parent bed2ea7985
commit c96005a02d

View File

@ -12,6 +12,7 @@ type ()
type Server interface {
ListenAndServe(addr string) error
HandleClient(pattern string, o *clients.Options)
}
type server struct {