fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/alecthomas/chroma/v2 | Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc. |
github.com/alecthomas/chroma/v2/formatters/html | |
github.com/alecthomas/chroma/v2/lexers | |
github.com/alecthomas/chroma/v2/styles | |
github.com/niklasfasching/go-org/blorg | blorg is a very minimal and broken static site generator. |
github.com/niklasfasching/go-org/org | Package org is an Org mode syntax processor. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |