diff --git a/README.org b/README.org index bbd212b..f64bae7 100644 --- a/README.org +++ b/README.org @@ -201,6 +201,11 @@ in mkShell { ** Go +#+ATTR_ORG: :width 800px +#+ATTR_HTML: :width 800px +#+ATTR_LATEX: :width 800px +[[./docs/images/golang.png]] + [[https://golang.org][Go]] is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It's statically typed and compiled programming language. It's syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. Import this shell with ~nix-shell /etc/dotfiles/shells/go.nix~ diff --git a/docs/images/golang.png b/docs/images/golang.png new file mode 100644 index 0000000..87de944 Binary files /dev/null and b/docs/images/golang.png differ