Unreviewed changes
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: gopls/internal/cmd/integration_test.go
Insertions: 1, Deletions: 1.
@@ -855,7 +855,7 @@
tree := writeTree(t, `
-- go.mod --
-module example.com
+module example.com
go 1.18
-- a.go --
```
Change information
Commit message:
gopls/internal/cmd: remove 'gopls bug' subcommand
Not a single person has ever used it.
(The TEST_GOPLS_BUG hack, which forces gopls to bug.Report
during testing of 'gopls stats', has moved into 'gopls execute'.)
+ relnote
Change-Id: I6c4cc6ac21e9ca25150ef1d389db86c565919ebb
Files:
- M gopls/doc/contributing.md
- M gopls/doc/release/v0.23.0.md
- M gopls/doc/troubleshooting.md
- M gopls/internal/cmd/cmd.go
- M gopls/internal/cmd/execute.go
- M gopls/internal/cmd/info.go
- M gopls/internal/cmd/integration_test.go
- M gopls/internal/cmd/stats.go
- M gopls/internal/cmd/usage/usage-v.hlp
- M gopls/internal/cmd/usage/usage.hlp
Change size: M
Delta: 10 files changed, 25 insertions(+), 139 deletions(-)
Branch: refs/heads/master