]> Cypherpunks repositories - gostls13.git/commit
os: handle backslash and slash both in the path on Windows
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 13 Nov 2019 01:02:17 +0000 (10:02 +0900)
committerIan Lance Taylor <iant@golang.org>
Thu, 14 Nov 2019 00:58:33 +0000 (00:58 +0000)
commite77106cc54af58d3eedbb134310668c6993474c7
tree5a6c1a2d70743b32eef834386dd931ac05ec04c9
parent608b94bef2f3e1427cfb498e7733964aba304093
os: handle backslash and slash both in the path on Windows

Fixes #35492

Change-Id: I00dce8fd1228f809e0c61013ac4de7a5953cbbf9
Reviewed-on: https://go-review.googlesource.com/c/go/+/206997
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/file_windows.go
src/os/path_windows_test.go