An open API service indexing awesome lists of open source software.

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 版本的简单实现

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).