mirror of
https://github.com/golang/go
synced 2024-11-18 12:14:42 -07:00
ba91af23b8
This CL aims to fix the problem described here: https://groups.google.com/forum/#!topic/golang-nuts/R6ms1n9KjiY This makes it easier to parse via external tools such as editors. Editors can show each function in a list and jump directly to each function with this additional information. This pattern can be seen in other Go tools such as "go test" in the form of: --- FAIL: TestCover (0.52 seconds) cover_test.go:43: example error LGTM=adg R=r, adg, josharian, dave CC=golang-codereviews https://golang.org/cl/131820043 |
||
---|---|---|
.. | ||
testdata | ||
cover_test.go | ||
cover.go | ||
doc.go | ||
func.go | ||
html.go |