From c56a51d2522766cee6fe5866d8ee9e77563f9496 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Fri, 29 Jan 2016 00:00:34 -0500 Subject: [PATCH] Expand coding convention information on third party code --- docs/devel/coding-conventions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/devel/coding-conventions.md b/docs/devel/coding-conventions.md index 8b2643957e..e0a1e1467f 100644 --- a/docs/devel/coding-conventions.md +++ b/docs/devel/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