Skip to content

Commit 5676260

Browse files
committed
update
1 parent d7c8657 commit 5676260

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/next/3-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ This analyzer is among the subset of analyzers that are run by `go test`.
2323

2424
### WebAssembly {#webassembly}
2525

26-
The support file for WebAssembly has been moved to `lib/wasm` from `misc/wasm`.
26+
The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`.

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,11 @@ func makeGOROOTCopy(t *testing.T) string {
286286
}
287287
perm = info.Mode() & os.ModePerm
288288

289-
// dup symlink
289+
// Copy the symlink
290290
target, err := os.Readlink(src)
291291
if err != nil {
292292
return err
293293
}
294-
// create a symlink to the target directory
295294
err = os.Symlink(target, dst)
296295
if err != nil {
297296
return err

0 commit comments

Comments
 (0)