diff --git a/internal/client/get.go b/internal/client/get.go index 9d7078b..3903bc6 100644 --- a/internal/client/get.go +++ b/internal/client/get.go @@ -3,7 +3,7 @@ package client import ( "io" - "github.com/BBVA/kapow/http" + "github.com/BBVA/kapow/internal/http" ) //GetData will perform the request and write the results on the provided writer diff --git a/http/reason.go b/internal/http/reason.go similarity index 100% rename from http/reason.go rename to internal/http/reason.go diff --git a/http/reason_test.go b/internal/http/reason_test.go similarity index 100% rename from http/reason_test.go rename to internal/http/reason_test.go diff --git a/http/request.go b/internal/http/request.go similarity index 100% rename from http/request.go rename to internal/http/request.go diff --git a/http/request_test.go b/internal/http/request_test.go similarity index 100% rename from http/request_test.go rename to internal/http/request_test.go