diff options
| author | Paul Morie <pmorie@redhat.com> | 2016-01-29 00:00:34 -0500 |
|---|---|---|
| committer | Paul Morie <pmorie@redhat.com> | 2016-01-29 00:04:52 -0500 |
| commit | 7816368e07cbb396873223947ae5b9d7d26c96ff (patch) | |
| tree | c0500f414c81add77edff75a355814e859cce172 /coding-conventions.md | |
| parent | 1256768871a22dbb88d8111c690441ec6b09b0db (diff) | |
Expand coding convention information on third party code
Diffstat (limited to 'coding-conventions.md')
| -rw-r--r-- | coding-conventions.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/coding-conventions.md b/coding-conventions.md index 8b264395..e0a1e146 100644 --- a/coding-conventions.md +++ b/coding-conventions.md @@ -77,8 +77,10 @@ Directory and file conventions - Examples should also illustrate [best practices for configuration and using the system](../user-guide/config-best-practices.md) - Third-party code - - Third-party Go code is managed using Godeps - - Other third-party code belongs in /third_party + - Go code for normal third-party dependencies is managed using [Godeps](https://github.com/tools/godep) + - Other third-party code belongs in `/third_party` + - forked third party Go code goes in `/third_party/forked` + - forked _golang stdlib_ code goes in `/third_party/golang` - Third-party code must include licenses - This includes modified third-party code and excerpts, as well |
