sourcegraph/internal/debugserver
Keegan Carruthers-Smith 18f487ccaa
all: use any instead of interface{} (#35102)
Now that we require go1.18, we can use a builtin type alias for
"interface{}": "any". I've updated all code except lib, which can be
imported by external modules. That is currently pinned at go1.16.
Additionally I had to rerun generate since rewriting generated go code
will fail CI.

  find -name '*.go' | xargs gofmt -s -r 'interface{} -> any' -w
  git checkout lib
  go generate ./...

Test Plan: CI will exercise that the code still compiles. Otherwise this
is a noop.
2022-05-09 10:59:39 +02:00
..
CODENOTIFY all: add keegancsmith to CODENOTIFY for many pkgs (#14241) 2020-09-29 11:03:53 +02:00
debug.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
expvar.go tidy: convert Fprintf to Fprintln when possible (#7174) 2019-12-12 12:46:02 -07:00
metadata.go monitoring: version metric, annotations on versions and alerts (#17198) 2021-01-13 00:14:18 +08:00
ready.go debugserver: Add /healthz and /ready endpoints (#19846) 2021-04-08 20:21:29 +00:00