From 92885ce610380748e30803297c4b991a7eba7c00 Mon Sep 17 00:00:00 2001 From: qiulaidongfeng <2645477756@qq.com> Date: Tue, 14 May 2024 06:32:14 +0800 Subject: [PATCH] n Change-Id: Ib5cbb824e2904c8990f7184b5e9b4cb9e9eaec1a --- src/cmd/go/internal/load/pkg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/internal/load/pkg.go b/src/cmd/go/internal/load/pkg.go index 6ce1afcfb2..8c4c9f2b1b 100644 --- a/src/cmd/go/internal/load/pkg.go +++ b/src/cmd/go/internal/load/pkg.go @@ -666,7 +666,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".