We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c8657 commit 5676260Copy full SHA for 5676260
doc/next/3-tools.md
@@ -23,4 +23,4 @@ This analyzer is among the subset of analyzers that are run by `go test`.
23
24
### WebAssembly {#webassembly}
25
26
-The support file for WebAssembly has been moved to `lib/wasm` from `misc/wasm`.
+The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`.
src/cmd/internal/moddeps/moddeps_test.go
@@ -286,12 +286,11 @@ func makeGOROOTCopy(t *testing.T) string {
286
}
287
perm = info.Mode() & os.ModePerm
288
289
- // dup symlink
+ // Copy the symlink
290
target, err := os.Readlink(src)
291
if err != nil {
292
return err
293
294
- // create a symlink to the target directory
295
err = os.Symlink(target, dst)
296
297
0 commit comments