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: '