Imports of server command

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/alecthomas/colour
github.com/alecthomas/kongPackage kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
github.com/chzyer/readlineReadline is a pure go implementation for GNU-Readline kind library.
github.com/gliderlabs/sshPackage ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
github.com/google/shlex
github.com/kr/pty
golang.org/x/crypto/ssh/terminalPackage terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.