https://github.com/markthree/go-fs-extra
node-fs-extra 的 go 版本的简单实现
https://github.com/markthree/go-fs-extra
Last synced: about 1 year ago
JSON representation
node-fs-extra 的 go 版本的简单实现
- Host: GitHub
- URL: https://github.com/markthree/go-fs-extra
- Owner: markthree
- License: mit
- Created: 2022-11-17T13:06:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T12:02:17.000Z (over 3 years ago)
- Last Synced: 2025-01-13T05:08:06.092Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fs-extra
[node-fs-extra](https://www.npmjs.com/package/fs-extra) 的 `go` 版本的简单实现
## 动机
为了更加简便的操作文件
## 使用
```shell
go get github.com/markthree/go-fs-extra
```
```go
package main
import (
fe "github.com/markthree/go-fs-extra"
)
// ...
```
## 贡献
### 测试
```shell
go test ./test
```
## License
Made with [markthree](https://github.com/markthree)
Published under [MIT License](./LICENSE).