mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
Creates a `go_stringer` macro and replace lsif code that used a `go:generate` + stringer. Because this generates Go code, it's still better to have the generated code versioned, as it doesn't require everyone to configure `gopls` so it plays nicely with Bazel. This also introduces a `//dev:write_all` target that calls all known targets that write back to the source tree. ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> CI |
||
|---|---|---|
| .. | ||
| autoindex/config | ||
| languages | ||
| lsif | ||
| pathexistence | ||
| precise | ||
| tools | ||
| upload | ||
| CODENOTIFY | ||