From 93e7284c39bea5295dbf0945c93e2b6f99b96740 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Wed, 30 Oct 2019 09:33:34 +0100 Subject: [PATCH] Include the Go in list of modules index Prelude has support for the Go Programming Language, yet Go is not included in the list. This commit rectifies the omission. https://github.com/bbatsov/prelude/blob/master/modules/prelude-go.el --- doc/modules/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/modules/index.md b/doc/modules/index.md index aca9187..451cdde 100644 --- a/doc/modules/index.md +++ b/doc/modules/index.md @@ -58,6 +58,7 @@ To use a module you simple have to require it. No new concepts. No magic. - [ERC](erc.md) - Erlang - Elixir +- Go - Haskell - JavaScript - LaTeX