Merge pull request #275 from kevin1024/client-package
Put client inside its own package
This commit is contained in:
commit
42e9e50b03
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// TODO(cAdvisor): Package comment.
|
||||
package cadvisor
|
||||
package client
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user