go/packages: fix minor godoc typo
Spotted while reading some docs. Change-Id: I856c73b55f459fd980591ba5525d5170d035d79c Reviewed-on: https://go-review.googlesource.com/c/148797 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
138c20b932
commit
d3a25d70bd
|
@ -57,7 +57,7 @@ const (
|
||||||
LoadAllSyntax
|
LoadAllSyntax
|
||||||
)
|
)
|
||||||
|
|
||||||
// An Config specifies details about how packages should be loaded.
|
// A Config specifies details about how packages should be loaded.
|
||||||
// The zero value is a valid configuration.
|
// The zero value is a valid configuration.
|
||||||
// Calls to Load do not modify this struct.
|
// Calls to Load do not modify this struct.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
Loading…
Reference in New Issue