libcontainer: rename keyctl package to keys

This avoid the goimports tool from remove the libcontainer/keys import line due the package name is diferent from folder name

Signed-off-by: Guilherme Rezende <guilhermebr@gmail.com>
This commit is contained in:
Guilherme Rezende
2016-07-24 19:41:57 -03:00
parent fb221651e5
commit 1cdaa709f1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// +build linux
package keyctl
package keys
import (
"fmt"