mirror of
https://github.com/golang/go
synced 2024-11-14 23:00:29 -07:00
Regenerate alldocs.go
This commit is contained in:
parent
7e906e5b71
commit
5cb7b6aae3
@ -904,9 +904,9 @@
|
|||||||
// The error information, if any, is
|
// The error information, if any, is
|
||||||
//
|
//
|
||||||
// type PackageError struct {
|
// type PackageError struct {
|
||||||
// ImportStack []string // shortest path from package named on command line to this one
|
// ImportStack []string // shortest path from package named on command line to this one
|
||||||
// Pos string // position of error (if present, file:line:col)
|
// Pos string // position of error (if present, file:line:col)
|
||||||
// Err string // the error itself
|
// Err string // the error itself
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// The module information is a Module struct, defined in the discussion
|
// The module information is a Module struct, defined in the discussion
|
||||||
|
Loading…
Reference in New Issue
Block a user