]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use filepath.Clean rather than path.Clean
authorKoichi Shiraishi <zchee.io@gmail.com>
Mon, 21 Oct 2019 06:48:23 +0000 (15:48 +0900)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 28 Oct 2019 19:31:17 +0000 (19:31 +0000)
commit18e9cdc70e8da645302d96bab905e902f9cc776a
tree33b140f604869c6cca18b0b4a1109cfb871e3984
parent1c38ee5ffe223ebe1bc82404eddb111f5b5dbd8d
cmd/link: use filepath.Clean rather than path.Clean

pname already translated package path into a file path on for statement.
Use same as filepath.Clean rather than path.Clean.

Change-Id: I9782e2396313abc39ac55e3fdcec8f53bcaff84e
Reviewed-on: https://go-review.googlesource.com/c/go/+/202377
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/link/internal/ld/ld.go