From e0892fcebbe6da2a302b4cca7f99067f5253c18f Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 29 Jul 2024 08:38:56 +0800 Subject: [PATCH] library: path, path/filepath --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f94d58a..50338c10 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,8 @@ Here are the Go packages that can be imported correctly: * [sort](https://pkg.go.dev/sort) * [strconv](https://pkg.go.dev/strconv) * [strings](https://pkg.go.dev/strings) +* [path](https://pkg.go.dev/path) +* [path/filepath](https://pkg.go.dev/path/filepath) * [sync/atomic](https://pkg.go.dev/sync/atomic) * [sync](https://pkg.go.dev/sync) (partially) * [syscall](https://pkg.go.dev/syscall) (partially) @@ -292,7 +294,7 @@ Here are the Go packages that can be imported correctly: ## Dependencies -- [Go 1.20+](https://go.dev) (build only) +- [Go 1.20+](https://go.dev) - [LLVM 18](https://llvm.org) - [LLD 18](https://lld.llvm.org) - [Clang 18](https://clang.llvm.org)