https://github.com/hslam/mergefs
Package mergefs merges the file systems into one.
https://github.com/hslam/mergefs
Last synced: about 1 year ago
JSON representation
Package mergefs merges the file systems into one.
- Host: GitHub
- URL: https://github.com/hslam/mergefs
- Owner: hslam
- License: mit
- Created: 2022-02-17T13:38:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T12:30:33.000Z (over 4 years ago)
- Last Synced: 2024-06-20T14:17:57.787Z (almost 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mergefs
Package mergefs merges the file systems into one.
## Get started
### Install
```
go get github.com/hslam/mergefs
```
### Import
```
import "github.com/hslam/mergefs"
```
### License
This package is licensed under a MIT license (Copyright (c) 2022 Meng Huang)
### Author
mergefs was written by Meng Huang.