From e3a1b206b65025b3946345fcf81a3bdc7d15412b Mon Sep 17 00:00:00 2001 From: OGordoo Date: Wed, 22 Jan 2020 09:39:46 +0000 Subject: [PATCH] allowed packages in my_ls --- subjects/my-ls-1/my-ls-1.en.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/subjects/my-ls-1/my-ls-1.en.md b/subjects/my-ls-1/my-ls-1.en.md index 34b45b6b..9963191d 100644 --- a/subjects/my-ls-1/my-ls-1.en.md +++ b/subjects/my-ls-1/my-ls-1.en.md @@ -31,6 +31,18 @@ This project will help you learn about : - The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en). - It is recommended that the code should present a **test file**. +### Allowed packages + +- fmt +- os +- os/user +- strconv +- strings +- syscall +- time +- math/rand +- errors + ### Hint - We strongly recommend that you account for the implications of the option `-R` from the very beginning of your code.