golang/src/go
Damien Neil ad22356ec6 all: rename internal/safefilepath to internal/filepathlite
The safefilepath package was originally added to contain
the FromFS function. We subsequently added FromFS to path/filepath
as Localize. The safefilepath package now exists only to permit
the os package to import Localize.

Rename safefilepath to filepathlite to better indicate that it's
a low-dependency version of filepath.

Change-Id: I4c5f9b28e8581f841947b48c5cac9954cd0c9535
Reviewed-on: https://go-review.googlesource.com/c/go/+/581517
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-04-26 23:07:37 +00:00
..
ast go/ast: more godoc links 2024-03-28 21:32:41 +00:00
build all: rename internal/safefilepath to internal/filepathlite 2024-04-26 23:07:37 +00:00
constant go: add available godoc link 2023-10-19 12:02:03 +00:00
doc unique: add unique package and implement Make/Handle 2024-04-22 18:14:07 +00:00
format go: add available godoc link 2023-10-19 12:02:03 +00:00
importer go: add available godoc link 2023-10-19 12:02:03 +00:00
internal go/internal/gcimporter: suppress 3 test cases when gotypesalias=1 2024-04-16 20:27:33 +00:00
parser go/token: correct out-of-bounds token offsets and positions 2024-01-31 20:26:14 +00:00
printer go: add available godoc link 2023-10-19 12:02:03 +00:00
scanner go: add available godoc link 2023-10-19 12:02:03 +00:00
token go/token: correct out-of-bounds token offsets and positions 2024-01-31 20:26:14 +00:00
types go/types, types2: refactor Checker.rangeStmt for clarity 2024-04-25 17:49:48 +00:00
version go/version: fix package to accept go1.21.0-bigcorp 2024-01-31 19:56:48 +00:00