From f6219a54a7acaac83f129aa837fa81b494ac3c9a Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Mon, 24 Jun 2019 17:01:24 -0700 Subject: Change the import paths for go get access This allows other projects to do a go get and use this repo. go get github.com/multicloud-k8s/src/k8splugin will do the job. import github.com/multicloud-k8s/src/k8splugin will import the root package Issue-ID: MULTICLOUD-666 Change-Id: I2f41c88c5a7fb3305b78cce8a83a0e102baa444c Signed-off-by: Kiran Kamineni --- src/k8splugin/api/healthcheckhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k8splugin/api/healthcheckhandler.go') diff --git a/src/k8splugin/api/healthcheckhandler.go b/src/k8splugin/api/healthcheckhandler.go index 79b7b7ef..896c6df0 100644 --- a/src/k8splugin/api/healthcheckhandler.go +++ b/src/k8splugin/api/healthcheckhandler.go @@ -19,7 +19,7 @@ package api import ( "net/http" - "k8splugin/internal/db" + "github.com/onap/multicloud-k8s/src/k8splugin/internal/db" ) // healthCheckHandler executes a db read to return health of k8splugin -- cgit 1.2.3-korg