google / go-dap

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

Use the `any` alias for `interface{}` #91

Closed corneliusweig closed 8 months ago

corneliusweig commented 8 months ago

This alias was added in go 1.18, which has been out for a while already.

As strings.Title() is deprecated this PR also implements goFieldName() with a hand-rolled implementation which handles unicode correctly.