ANSI Escape Sequences Standard escape codes are prefixed with Escape: Ctrl-Key: ^[ Octal: \033 Unicode: \u001b Hexadecimal: \x1B Decimal: 27
The Go language for experienced programmers Why use Go? Like C, but with garbage collection, memory safety, and special mechanisms for concurrency Pointers but no pointer arithmetic No header files Simple, clean syntax Very fast native compilation (about as quick to edit code and restart as a dynamic language) Easy-to-distribute executables