gosrc: Use filepath.Join to manipulate file paths.

path.Join is meant to manipulate '/'-separated paths only. It was being
used incorrectly where filepath.Join should be used instead.
1 file changed