Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a plain-text socket REPL server. Each connection gets an independent read-eval-print loop.
func Start ¶
Start creates and starts a socket REPL server on the given host and port. Port 0 means auto-assign a free port.
Click to show internal directories.
Click to hide internal directories.