A clear and concise description of what the problem is - e.g. "I'm always frustrated when [...]"
LSP has methods like textDocument/XXX. Gorilla RPC currently only supports textDocument.XXX. You can't implement a language server using Go and this package
What would the feature look like? How would it work? How would it change the API?
Some way to register a func for translating the service and method name to various formats or maybe registering a format string of some sort.