delve/service/rest/doc.go
Dan Mace 2954e03a20 Introduce client/server separation
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.
2015-04-29 21:05:41 -05:00

3 lines
86 B
Go

// Package rest provides RESTful HTTP client and server implementations.
package rest