Go Support Added (partial).

SourceProbe now supports searching for most constructs in the Go programming language (golang):

- functions
- members
- types
- constants

The above can now show up both in text searches, but also mouse-over tooltips while browsing code. Multiline constructs are still a work in progress, such as the “factored” form of types or const:

const (
    PI = 3.14
    E = 2.718
)

To demonstrate Go support, Chroma, the fast syntax highlighter, has been added to the demo instance of SourceProbe.

chroma tooltip in sourceprobe

Visit code