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

docker/server: no more dependency on log

This commit is contained in:
Solomon Hykes 2013-02-19 13:07:25 -08:00
parent dd9bb4e0d3
commit 004272e6f5

View file

@ -11,7 +11,6 @@ import (
"github.com/dotcloud/docker/image"
"github.com/dotcloud/docker/rcli"
"io"
"log"
"net/http"
"net/url"
"os"