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:
7
cmd/csi-snapshotter/main.go
Normal file
7
cmd/csi-snapshotter/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("vim-go")
|
||||
}
|
Reference in New Issue
Block a user