Exemplo n.º 1
0
func init() {
	volume.Register(ProviderName, Init)
	os.MkdirAll(MountDirectory, 0755)
}
Exemplo n.º 2
0
func init() {
	volume.Register(ProviderName, Init)
}
Exemplo n.º 3
0
func init() {
	volume.Register(ProviderName, Init)
	mountDirectoryPath = util.LibFilePath("volumes")
	os.MkdirAll(mountDirectoryPath, 0755)
}