Skip to content

Commit

Permalink
docs: remove Go modules vendor reference
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Cartwright <caleb.cartwright@outlook.com>
  • Loading branch information
calebcartwright committed Feb 29, 2024
1 parent 85ebee2 commit 1fcb3e1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fcb3e1

Please sign in to comment.