We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3cb1e commit 3881046Copy full SHA for 3881046
gopls/main.go
@@ -11,6 +11,8 @@
11
// for the most up-to-date documentation.
12
package main // import "golang.org/x/tools/gopls"
13
14
+//go:generate go run doc/generate.go
15
+
16
import (
17
"context"
18
"golang.org/x/tools/internal/analysisinternal"
0 commit comments