mirror of https://github.com/golang/go.git
all: gofmt some recent file changes
Change-Id: I62d2d35275964b35032e36d6ed3c9f4a31176f91 Reviewed-on: https://go-review.googlesource.com/c/tools/+/414495 Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
ec0831a434
commit
7404bd2ffd
|
|
@ -287,7 +287,6 @@ func (c comboMatcher) match(chunks []string) (int, float64) {
|
|||
// of zero indicates no match.
|
||||
// - A symbolizer determines how we extract the symbol for an object. This
|
||||
// enables the 'symbolStyle' configuration option.
|
||||
//
|
||||
func collectSymbols(ctx context.Context, views []View, matcherType SymbolMatcher, symbolizer symbolizer, query string) ([]protocol.SymbolInformation, error) {
|
||||
|
||||
// Extract symbols from all files.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
// THIS PACKAGE IS EXPERIMENTAL AND MAY CHANGE AT ANY TIME.
|
||||
//
|
||||
// It is provided only for the gopls tool. It requires well-typed inputs.
|
||||
//
|
||||
package satisfy // import "golang.org/x/tools/refactor/satisfy"
|
||||
|
||||
// NOTES:
|
||||
|
|
|
|||
Loading…
Reference in New Issue