1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Move utility package 'namesgenerator' to pkg/namesgenerator

This commit is contained in:
Solomon Hykes 2013-12-23 23:45:18 +00:00
parent 3fc9de3d03
commit a009d4ae8d
3 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ package docker
import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/namesgenerator"
"github.com/dotcloud/docker/pkg/namesgenerator"
"github.com/dotcloud/docker/utils"
"io/ioutil"
"strconv"