mattn / efm-langserver

General purpose Language Server
MIT License
1.32k stars 59 forks source link

Update to Go 1.19 #232

Closed itaranto closed 12 months ago

itaranto commented 1 year ago

Also, interface{} was replaced by any by running: gofmt -w -r 'interface{} -> any'

mattn commented 12 months ago

Thanks. But sorry I merged PR for Go 1.20

https://github.com/mattn/efm-langserver/pull/245