Imports of checks 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/goldmark
github.com/yuin/goldmark/ast
github.com/yuin/goldmark/extension
github.com/yuin/goldmark/text
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
regexpPackage regexp implements regular expression search.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.