Common library for implementing ibm csi driver for kubernetes
-
Make a go workspace
mkdir ibm-csi-common-ws
-
Make the go folder structure and the initial src folders and clone the repository
mkdir -p ibm-csi-common-ws/src/github.com/IBMcd ibm-csi-common-ws/src/github.com/IBM/git clone https://github.com/IBM/ibm-csi-common.gitcd ibm-csi-commonmake depsmake test