mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +08:00
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
|