From 99e2772e0b40fd77db039426c691863215cf4b73 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 24 Aug 2019 22:17:33 +0200 Subject: [PATCH] Go ... todo --- Runtime-Environments.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index 435d33a..e53c718 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -14,4 +14,8 @@ We use a wrapper script that translates exceptions to error codes. This script c ## Java -By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository. \ No newline at end of file +By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository. + +## Go + +Everything has to be in one package (arbitrary named). TODO... \ No newline at end of file