# go-mfsclient **Repository Path**: hackydh/go-mfsclient ## Basic Information - **Project Name**: go-mfsclient - **Description**: Client Library for MooseFS in Go, and a web server to serve content from MooseFS. - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README this is a client library for MooseFS [1], and a web server (mfsserver) to serve files in MooseFS. You should install a recent Go release first, then: $ git clone https://github.com/davies/go-mfsclient $ cd go-mfsclient $ make $ ./mfsserver -h Usage of ./mfsserver: -cache=false: enable inode cache -cpuprofile="": write cpu profile to file -listen=":9500": http service address -local="": use local dir instead -mfsmaster="mfsmaster": the listen of mfsmaster ** mounting subdir is NOT supported now, will been added later. [1] http://www.moosefs.org/