Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: Ib5cbb824e2904c8990f7184b5e9b4cb9e9eaec1a
  • Loading branch information
qiulaidongfeng committed May 13, 2024
1 parent 1c1a58a commit 6c86e8f
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 @@ -711,7 +711,7 @@ func LoadPackage(ctx context.Context, opts PackageOpts, path, srcDir string, stk

// loadImport scans the directory named by path, which must be an import path,
// but possibly a local import path (an absolute file system path or one beginning
// with ./ or ../). A local relative path is interpreted relative to srcDir.
// 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".
Expand Down

0 comments on commit 6c86e8f

Please sign in to comment.