From dc5ccdbf132ff476ddfb855d59b3174e4fab8c9c Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Thu, 1 Oct 2020 16:10:08 +0100 Subject: [PATCH] Clarify the default desallowed actions by the rc --- go/tests/rc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/rc/README.md b/go/tests/rc/README.md index 1d59ceb19..a5c794207 100644 --- a/go/tests/rc/README.md +++ b/go/tests/rc/README.md @@ -13,7 +13,7 @@ This program analyzes a go source file and displays in standard output the impor - Disallowed - - NO imports are allowed + - NO absolute imports are allowed - NO built-in functions are allowed. - NO casting is allowed