]> Cypherpunks repositories - gostls13.git/commit
os: use filepathlite.IsAbs
authorqmuntal <quimmuntal@gmail.com>
Tue, 30 Apr 2024 12:35:18 +0000 (14:35 +0200)
committerDamien Neil <dneil@google.com>
Tue, 30 Apr 2024 15:37:05 +0000 (15:37 +0000)
commitd95fa7aca75f498c0e7e3d65bb5ab8363e46e179
tree054254101f7771f0d0ec3bdcade3b8d016b9ebae
parent150f45b2c463ba8411738adf637acf651a273e68
os: use filepathlite.IsAbs

It is better to have a single implementation of IsAbs, which is quite
tricky to get right on Windows.

Change-Id: I45933b0ceff2920d9eddb61e62aacb2602c3dc8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/582498
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/os/file_windows.go
src/os/path_windows.go
src/os/types_windows.go