Beispiel #1
0
func main() {
	config.LoadConfig("/tmp/catfs.json")
	master.Serve()
}
Beispiel #2
0
func ServeMaster(path string) error {
	return master.Serve()
}