This PR renames the folder for cmd from external-snapshotter to csi-snapshotter to be consistent with other sidecar containers repo.
8 lines
67 B
Go
8 lines
67 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("vim-go")
|
|
}
|