mirror of
https://github.com/golang/go
synced 2024-11-18 18:04:46 -07:00
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
|
||||
)
|
||||
|
||||
// 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.
|
||||
// Calls to Load do not modify this struct.
|
||||
type Config struct {
|
||||
|
Loading…
Reference in New Issue
Block a user