google / go-dap

Go implementation of the Debug Adapter Protocol
Apache License 2.0
127 stars 22 forks source link

Move interface method to embedded type #85

Closed corneliusweig closed 1 year ago

corneliusweig commented 1 year ago

This makes it easier to implement the ResponseMessage/RequestMessage/EventMessage interface, because you only need to embed Response/Request/Message, respectively.

corneliusweig commented 1 year ago

Note that from the perspective of the public API this change is a noop.