*: import paths and a README

This will make the packaages/components individually more consumable

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-04-18 14:58:56 -04:00
parent b52074c355
commit 9a67c61b15
Signed by: vbatts
GPG key ID: 10937E57733F1362
37 changed files with 65 additions and 54 deletions

View file

@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"github.com/containers/storage/pkg/system"
"github.com/containers/pkg/system"
)
func mkdirAs(path string, mode os.FileMode, ownerUID, ownerGID int, mkAll, chownExisting bool) error {

View file

@ -5,7 +5,7 @@ package idtools
import (
"os"
"github.com/containers/storage/pkg/system"
"github.com/containers/pkg/system"
)
// Platforms such as Windows do not support the UID/GID concept. So make this