From ae9e829a1367fc0f2fe477a36bb0e0df2f145053 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Sat, 30 May 2020 07:38:04 -0400 Subject: [PATCH] Add a note about CSI go language bindings should be built in GOPATH Bad things happen if you try to build it outside GOPATH --- lib/go/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/go/README.md b/lib/go/README.md index 79c48ade..7ddfd6d9 100644 --- a/lib/go/README.md +++ b/lib/go/README.md @@ -1,6 +1,7 @@ # CSI Go Validation This package is used to validate the CSI specification with Go language bindings. +It is recommended to build this package inside `GOPATH`. ## Build Reference