From ad05d7cc334d8a1648180e9b8b96350a51bd4467 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 17 Oct 2018 15:49:57 -0700 Subject: [PATCH] Merge PR #2523: Remove 'import "C"' from client/utils package --- client/utils/rest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/utils/rest.go b/client/utils/rest.go index 07b258ce96..effb7bb737 100644 --- a/client/utils/rest.go +++ b/client/utils/rest.go @@ -1,6 +1,5 @@ package utils -import "C" import ( "fmt" "io/ioutil"