mirror of https://github.com/k3s-io/k3s
commit
554382b503
|
@ -77,8 +77,10 @@ Directory and file conventions
|
||||||
- Examples should also illustrate
|
- Examples should also illustrate
|
||||||
[best practices for configuration and using the system](../user-guide/config-best-practices.md)
|
[best practices for configuration and using the system](../user-guide/config-best-practices.md)
|
||||||
- Third-party code
|
- Third-party code
|
||||||
- Third-party Go code is managed using Godeps
|
- Go code for normal third-party dependencies is managed using [Godeps](https://github.com/tools/godep)
|
||||||
- Other third-party code belongs in /third_party
|
- 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
|
- Third-party code must include licenses
|
||||||
- This includes modified third-party code and excerpts, as well
|
- This includes modified third-party code and excerpts, as well
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue