Browse Source

allowed packages in my_ls

content-update
OGordoo 5 years ago
parent
commit
e3a1b206b6
  1. 12
      subjects/my-ls-1/my-ls-1.en.md

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

Loading…
Cancel
Save