diff options
| author | Christopher Nelson <nadiasvertex@gmail.com> | 2016-03-31 16:22:54 -0400 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-03-31 22:32:28 +0000 |
| commit | 8677cad1992af3ba4ce7cdfdaca8bcdbf320eaa8 (patch) | |
| tree | c25439722f55f919025aaea970654b9a0bdd929a /src/net | |
| parent | c27efce66bce7534dbb357ac1779bbc08395b267 (diff) | |
| download | go-8677cad1992af3ba4ce7cdfdaca8bcdbf320eaa8.tar.xz | |
cmd/link: Replace fmt.Sprintf with filepath.Join
In a number of places the code was joining filepaths explicitly with
"/", instead of using filepath.Join. This may cause problems on Windows
(or other) platforms.
This is in support of https://go-review.googlesource.com/#/c/18057
Change-Id: Ieb1334f35ddb2e125be690afcdadff8d7b0ace10
Reviewed-on: https://go-review.googlesource.com/21369
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net')
0 files changed, 0 insertions, 0 deletions
