Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: I6ad9a51ab617f8e7b741f2ac6af4c31f152fc7a8
  • Loading branch information
qiulaidongfeng committed May 16, 2024
1 parent 92885ce commit c664b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/go/internal/load/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ func LoadPackage(ctx context.Context, opts PackageOpts, path, srcDir string, stk
// with ./ or ../). A local relative path is interpreted relative to srcDir.
// It returns a *Package describing the package found in that directory.
// loadImport does not set tool flags and should only be used by
// this package, as part of a bigger load operation, and by GOPATH-based "go get".
// this package, as part of a bigger load operation.
// The returned PackageError, if any, describes why parent is not allowed
// to import the named package, with the error referring to importPos.
// The PackageError can only be non-nil when parent is not nil.
Expand Down

0 comments on commit c664b53

Please sign in to comment.