
* Initial implementation for 'dlv dap' * Fix Travis and AppVeyor failures * Address review comments * Address review comments * Regenrate documentation * Replace dap server printfs with log.Error * Update 'dap log' * Fix typos * Revert logflags changes that got mixed in by accident
20 lines
708 B
Markdown
20 lines
708 B
Markdown
# go-dap: Go implementation of the Debug Adapter Protocol
|
|
|
|
[](https://travis-ci.org/google/go-dap)
|
|
[](https://goreportcard.com/report/github.com/google/go-dap)
|
|
|
|
For an overview of DAP, see
|
|
https://microsoft.github.io/debug-adapter-protocol/overview
|
|
|
|
## Contributing
|
|
|
|
We'd love to accept your patches and contributions to this project. See
|
|
[docs/contributing](https://github.com/google/go-dap/blob/master/docs/contributing.md)
|
|
for more details.
|
|
|
|
## License
|
|
|
|
This project is licensed under the Apache License 2.0
|
|
|
|
This is not an officially supported Google product.
|