Example #1
0
func main() {
	config.LoadConfig("/tmp/catfs.json")
	master.Serve()
}
Example #2
0
File: fs.go Project: proj-223/CatFs
func ServeMaster(path string) error {
	return master.Serve()
}