diff --git a/client/client.go b/client/client.go index e973794f..c1117d23 100644 --- a/client/client.go +++ b/client/client.go @@ -13,7 +13,7 @@ // limitations under the License. // TODO(cAdvisor): Package comment. -package cadvisor +package client import ( "bytes" diff --git a/client/client_test.go b/client/client_test.go index f05682b2..35a75adb 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package cadvisor +package client import ( "encoding/json"