sourcegraph/doc/cli/references
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
..
batch cli: update for 3.36.4 (#31097) 2022-02-11 12:27:18 -08:00
config Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
extensions Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
extsvc Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
lsif Bump src-cli version to 3.39.2 for new release. (#34854) 2022-05-04 05:55:31 -07:00
orgs Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
repos Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
users Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
api.md [CloudSaas] - Send reactivate account link for locked accounts (#33810) 2022-04-13 17:07:50 +02:00
doc.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
index.md Move campaigns docs to batch_changes docs (no content changes) (#18854) 2021-03-10 12:56:48 -08:00
login.md Bump src-cli version (#27394) 2021-11-11 09:28:46 +01:00
search.md Bump src-cli to latest release (#33902) 2022-04-14 14:23:44 +02:00
serve-git.md doc: add cli documentation (#15906) 2020-11-19 12:01:02 -08:00
validate.md Bump src-cli version to latest (#30743) 2022-02-07 15:54:30 +01:00
version.md fix main (#27507) 2021-11-12 14:45:55 +00:00