Imports of go-org 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/alecthomas/chromaPackage chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc.
github.com/alecthomas/chroma/formatters/html
github.com/alecthomas/chroma/lexersPackage lexers contains the registry of all lexers.
github.com/alecthomas/chroma/styles
github.com/niklasfasching/go-org/blorgblorg is a very minimal and broken static site generator.
github.com/niklasfasching/go-org/orgPackage org is an Org mode syntax processor.
io/ioutilPackage ioutil implements some I/O utility functions.
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.