1
0
mirror of https://github.com/golang/go synced 2024-11-14 23:00:29 -07:00

Regenerate alldocs.go

This commit is contained in:
xzhang39 2024-10-07 18:55:06 -07:00
parent 7e906e5b71
commit 5cb7b6aae3

View File

@ -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