Re: [go-nuts] Generating LSP protocol Go types

2019-07-29 Thread arnodel
Thank you both for your help. Looks like I will have to hack it somehow for the time being! On Saturday, 13 July 2019 18:48:17 UTC+1, Paul Jolly wrote: > > Just to add to Peter's response. > > The issue tracking making these packages non-internal is > https://github.com/golang/go/issues/31080

[go-nuts] Generating LSP protocol Go types

2019-07-13 Thread arnodel
Hi there, I am trying to write a Go client for gopls. Ideally I would like to be able to to import a package that defines Go types for all the messages that can be sent to / received from the server, which is something that obviously the gopls server also has to do. Unfortunately the protocol