
Refactor to introduce client/server separation, including a typed client API and a HTTP REST server implementation. Refactor the terminal to be an API consumer.
3 lines
86 B
Go
3 lines
86 B
Go
// Package rest provides RESTful HTTP client and server implementations.
|
|
package rest
|