Imports of cmark command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/yuin/goldmarkPackage goldmark implements functions to convert markdown text to a desired format.
github.com/yuin/goldmark/renderer/htmlPackage html implements renderer that outputs HTMLs.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.