Skip to content

Commit

Permalink
docs(my-ls): add the restriction to the os/exec package in the subjec…
Browse files Browse the repository at this point in the history
…t and audit
  • Loading branch information
MSilva95 committed Aug 9, 2023
1 parent 49829ae commit 63cdee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions subjects/my-ls-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- Your project must be written in **Go**.
- The code must respect the [**good practices**](../good-practices/README.md).
- It is recommended to have **test files** for [unit testing](https://go.dev/doc/tutorial/add-a-test).
- The use of the `os/exec` package is prohibited within the `my-ls` codebase.

### Allowed packages

Expand Down
2 changes: 2 additions & 0 deletions subjects/my-ls-1/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

###### Has the requirement for the allowed packages been respected?

###### Can you confirm that the `os/exec` package was not used in this project?

##### Run both my-ls and the system command `ls` with no arguments.

###### Does it display the same files and/or folders in the same order?
Expand Down

0 comments on commit 63cdee7

Please sign in to comment.