From: Robert Griesemer Date: Fri, 16 Mar 2012 16:58:23 +0000 (-0700) Subject: godoc: apply gofmt X-Git-Tag: weekly.2012-03-22~59 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cb4ed897a390adf4df71bad311bccf7f2890ca50;p=gostls13.git godoc: apply gofmt R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5842043 --- diff --git a/src/cmd/godoc/godoc.go b/src/cmd/godoc/godoc.go index f9a50516cf..67f023ff71 100644 --- a/src/cmd/godoc/godoc.go +++ b/src/cmd/godoc/godoc.go @@ -67,7 +67,7 @@ var ( // search index indexEnabled = flag.Bool("index", false, "enable search index") indexFiles = flag.String("index_files", "", "glob pattern specifying index files;"+ - "if not empty, the index is read from these files in sorted order") + "if not empty, the index is read from these files in sorted order") maxResults = flag.Int("maxresults", 10000, "maximum number of full text search results shown") indexThrottle = flag.Float64("index_throttle", 0.75, "index throttle value; 0.0 = no time allocated, 1.0 = full throttle")