allowed packages in my_ls

This commit is contained in:
OGordoo 2020-01-22 09:39:46 +00:00
parent 3134d19b8b
commit e3a1b206b6
1 changed files with 12 additions and 0 deletions

View File

@ -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.