I released go-eldoc 0.21.
I fixed issue that go-eldoc cannot highlight types of return value
of function which has map type argument.
Example code is here.
package main import ( "github.com/typester/go-pit" ) func main () { profile, err := pit.Get("example.com", pit.Requires{ }) }
Conclusion
I fixed go-eldoc bug and released version 0.21.
Please report me via github issues if you have any problems or suggestions.