saibing / bingo

Bingo is a Go language server that speaks Language Server Protocol.
MIT License
495 stars 25 forks source link

Add tests for `hover.go:maybeAddComments` #129

Closed mbana closed 5 years ago

mbana commented 5 years ago

The tests pass for now but once this issue has been fixed the tests should fail.

Issue: https://github.com/slimsag/godocmd/issues/1


Out of interest do all the tests (go test -count=1 ./...) pass for you at the moment?