Fix lint issues

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #220
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-01-12 15:36:26 -05:00
committed by Atomic Bot
parent d90355ebe8
commit a23dd7a789

View File

@ -71,7 +71,7 @@ const (
InvalidNS LinuxNS = iota
// IPCNS is the IPC namespace
IPCNS LinuxNS = iota
// MntNS is the mount namespace
// MountNS is the mount namespace
MountNS LinuxNS = iota
// NetNS is the network namespace
NetNS LinuxNS = iota