Rename folder to csi-snapshotter

This PR renames the folder for cmd from external-snapshotter to
csi-snapshotter to be consistent with other sidecar containers repo.
This commit is contained in:
xing-yang
2018-07-12 10:07:42 -07:00
parent 9cdc2cbb26
commit 45ef209179

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}