]> Cypherpunks repositories - gostls13.git/commit
path/filepath: return cleaned path from Rel
authorFederico Guerinoni <guerinoni.federico@gmail.com>
Mon, 6 Oct 2025 23:13:14 +0000 (01:13 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 8 Oct 2025 21:27:39 +0000 (14:27 -0700)
commitee163197a879cf19aa9758bc544c717445284311
treef4e34fc97c4169428937c895c10d024c4cbb1aee
parentde9da0de30377532370a09a311851afc0616c185
path/filepath: return cleaned path from Rel

As the doc says, Rel should return a cleaned path.

Fixes #75763

Change-Id: Ic0f5a3b1da3cc4cf3c31fdb1a88ebcc4ea6f9169
Reviewed-on: https://go-review.googlesource.com/c/go/+/709675
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/path/filepath/path.go
src/path/filepath/path_test.go