fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/alecthomas/chroma | Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc. |
github.com/alecthomas/chroma/lexers/circular | Package circular exists to break circular dependencies between lexers. |
github.com/alecthomas/chroma/lexers/h | |
github.com/alecthomas/chroma/lexers/internal | Package internal contains common API functions and structures shared between lexer packages. |
github.com/alecthomas/chroma/lexers/t | |