From 1cc481c7afa075acf2aea8c133b006f24312d8a1 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Wed, 13 Mar 2019 00:58:43 -0400 Subject: [PATCH] Update information --- README.md | 10 +++++++++- src/commands/help.js | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08289df..706a534 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ One of the following languages is set in `lang`. - `py` Python (CPython 3.6.8) - `hs` Haskell (GHC 8.4.3) - `pas` Pascal (FPC 3.0.4) +- `go` Go (Go 1.12) ## Options @@ -80,6 +81,10 @@ For Haskell: For Pascal: - None +For Go: +- None + + ## Packages Apart from the standard libraries, some other libraries come pre-installed. @@ -106,4 +111,7 @@ For Haskell: - vector For Pascal: -- None \ No newline at end of file +- None + +For Go: +- None diff --git a/src/commands/help.js b/src/commands/help.js index da2700c..02d7955 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -31,6 +31,7 @@ class HelpCommand extends Command { '- JavaScript', '- Python', '- Haskell', + '- Pascal', '- Go', '', 'Read the readme for more information: '