From 0555f200bf5ff7443b7cee79efe69edf9c50cf37 Mon Sep 17 00:00:00 2001 From: akutz Date: Thu, 23 Nov 2017 14:02:32 -0600 Subject: [PATCH] Go Bindings Canonical Import Path This patch fixes #142 and adds a Go canonical import path of "github.com/container-storage-interface/spec/lib/go/csi" to the CSI Go bindings. --- lib/go/Makefile | 2 ++ lib/go/csi/csi.pb.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/go/Makefile b/lib/go/Makefile index d7a70e6d..340ff9d0 100644 --- a/lib/go/Makefile +++ b/lib/go/Makefile @@ -80,11 +80,13 @@ CSI_GO := csi/csi.pb.go CSI_A := csi.a CSI_PROTO := ../../csi.proto CSI_GO_TMP := csi/.build/csi.pb.go +CSI_CANON_IMPORT := github.com/container-storage-interface/spec/lib/go/csi # This recipe generates the go language bindings to a temp area. $(CSI_GO_TMP): $(CSI_PROTO) | $(PROTOC) $(PROTOC_GEN_GO) @mkdir -p "$(@D)" $(PROTOC) -I "$(