-
- Downloads
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>
Showing
- src/go/build/deps_test.go 2 additions, 2 deletionssrc/go/build/deps_test.go
- src/internal/filepathlite/path.go 2 additions, 2 deletionssrc/internal/filepathlite/path.go
- src/internal/filepathlite/path_plan9.go 1 addition, 1 deletionsrc/internal/filepathlite/path_plan9.go
- src/internal/filepathlite/path_unix.go 1 addition, 1 deletionsrc/internal/filepathlite/path_unix.go
- src/internal/filepathlite/path_windows.go 1 addition, 1 deletionsrc/internal/filepathlite/path_windows.go
- src/os/dir.go 3 additions, 3 deletionssrc/os/dir.go
- src/os/file.go 2 additions, 2 deletionssrc/os/file.go
- src/path/filepath/path.go 2 additions, 2 deletionssrc/path/filepath/path.go
- src/path/filepath/path_windows.go 2 additions, 2 deletionssrc/path/filepath/path_windows.go
Please register or sign in to comment