diff --git a/lib/go/csi.go b/lib/go/csi.go new file mode 100644 index 00000000..33826d5d --- /dev/null +++ b/lib/go/csi.go @@ -0,0 +1,5 @@ +// Package csi is the Container Storage Interface (CSI) specification +// repository. This package contains no functional code, and this file +// exists only to make it possible to import this repository with a Go +// dependency manager such as Dep (https://github.com/golang/dep). +package csi