1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:04:42 -07:00

godoc: apply gofmt

Using Go 1.12.9.

Change-Id: I3df42ca98e9af19742ce4d528eea453ef541f892
Reviewed-on: https://go-review.googlesource.com/c/tools/+/162997
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Kevin Burke 2019-02-16 18:45:48 -08:00 committed by Dmitri Shuralyov
parent c2567a2209
commit d72b05d2b1

View File

@ -119,7 +119,7 @@ type Corpus struct {
// Change or set any options on Corpus before calling the Corpus.Init method.
func NewCorpus(fs vfs.FileSystem) *Corpus {
c := &Corpus{
fs: fs,
fs: fs,
refreshMetadataSignal: make(chan bool, 1),
MaxResults: 1000,