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:
parent
c2567a2209
commit
d72b05d2b1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user