google / go-dap

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

cmd/gentypes: generate response and event ctor #63

Closed suzmue closed 3 years ago

suzmue commented 3 years ago

The mapping from event / response id to event and response types can be done in generating. This makes sure that the maps stay up to date with the spec.