diff --git a/mount.go b/mount.go index f0e8eab..20391f8 100644 --- a/mount.go +++ b/mount.go @@ -1,4 +1,4 @@ -package containerd +package containerkit // Mount is the lingua franca of the containerkit. A mount represents a // serialized mount syscall. Components either emit or consume mounts. diff --git a/version.go b/version.go index a66dd51..f333610 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ -package containerd +package containerkit import "fmt"