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/colourPackage colour ([docs][1]) provides [Quake-style colour formatting][2] for Unix terminals.
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/shlexPackage shlex implements a simple lexer which splits input in to tokens using shell-style rules for quoting and commenting.
github.com/kr/ptyPackage pty is a wrapper for github.com/creack/pty, which provides functions for working with Unix terminals.
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.