磁盘存储:ez磁盘存储驱动程序 源码

上传:mouth1151 浏览: 27 推荐: 0 文件:ZIP 大小:6.48KB 上传时间:2021-05-02 23:27:12 版权申诉
前驱磁盘存储 该软件包提供了实现,用于基于磁盘的简单存储。 使用磁盘存储时,键对应于存储路径内的文件名。 用法 package main import ( disk "github.com/maedan/disk-storage" "github.com/maedan/storage" ) func main () { diskStorage , _ := disk . Disk ( "mystore" , & disk. StringMarshaler {}) s := storage . Strings ( diskStorage ) s . Write ( "hw.txt" , "hello world" ) s . Write ( "another-file" , "also hello world" ) } 该自述文件正在进行中。 感谢您的耐心等待!
上传资源
用户评论