http becomes an internal package

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-03 14:12:14 +02:00
parent 0144569f58
commit 681ee3cba8
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package client
import ( import (
"io" "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 //GetData will perform the request and write the results on the provided writer