]> Cypherpunks.ru repositories - gostls13.git/commit
path/filepath: make Rel handle Windows UNC share
authorAman Gupta <aman@tmm1.net>
Fri, 4 Sep 2020 23:07:12 +0000 (16:07 -0700)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 25 Mar 2021 08:43:17 +0000 (08:43 +0000)
commit402d784b8fc0a7914955eb168ea288338e2025ff
tree431deea8f75957ef78182a11d787b63888dba2a8
parentdec3d00b28657ce9e2fe725c858a46c3dd3fd594
path/filepath: make Rel handle Windows UNC share

Fixes #41230

Change-Id: Iea15e4ae6d56328333fd22de5d78dfcad78ef1bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/253197
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Trust: Alex Brainman <alex.brainman@gmail.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/path/filepath/path.go
src/path/filepath/path_test.go