docs: remove Go modules vendor reference

Signed-off-by: Caleb Cartwright <caleb.cartwright@outlook.com>
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
This commit is contained in:
Caleb Cartwright 2023-08-27 15:25:23 -05:00 committed by Zachary Edgell
parent 50b1ac6c9d
commit 781b70d757
1 changed files with 0 additions and 11 deletions

View File

@ -107,17 +107,6 @@ git commit --amend --no-edit --signoff
git push --force-with-lease <remote-name> <branch-name>
```
### Use of Third-party code
- All third-party code must be placed in the `vendor/` folder.
- `vendor/` folder is managed by Go modules and stores the source code of third-party Go dependencies. - The `vendor/` folder should not be modified manually.
- Third-party code must include licenses.
A non-exclusive list of code that must be places in `vendor/`:
- Open source, free software, or commercially-licensed code.
- Tools or libraries or protocols that are open source, free software, or commercially licensed.
**Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.
### Fork and set upstream