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

Move utility package 'systemd' to pkg/systemd

This commit is contained in:
Solomon Hykes 2013-12-23 23:07:01 +00:00
parent 3fe4d5477a
commit 8e7db0432e
2 changed files with 1 additions and 1 deletions

2
api.go
View file

@ -10,7 +10,7 @@ import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/auth"
"github.com/dotcloud/docker/systemd"
"github.com/dotcloud/docker/pkg/systemd"
"github.com/dotcloud/docker/utils"
"github.com/gorilla/mux"
"io"