Merge pull request #275 from kevin1024/client-package

Put client inside its own package
This commit is contained in:
Victor Marmol 2014-10-20 08:28:36 -07:00
commit 42e9e50b03
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
// limitations under the License. // limitations under the License.
// TODO(cAdvisor): Package comment. // TODO(cAdvisor): Package comment.
package cadvisor package client
import ( import (
"bytes" "bytes"

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package cadvisor package client
import ( import (
"encoding/json" "encoding/json"