Update CONTRIBUTING.md

add go
This commit is contained in:
Malayke
2023-07-11 23:32:58 +08:00
committed by GitHub
parent 8e85f4d91c
commit bf1db35d87

View File

@@ -14,7 +14,7 @@ If you have an idea for a query that you would like to share with other CodeQL u
1. **Directory structure**
There are six language-specific query directories in this repository:
There are seven language-specific query directories in this repository:
* C/C++: `cpp/ql/src`
* C#: `csharp/ql/src`
@@ -22,6 +22,7 @@ If you have an idea for a query that you would like to share with other CodeQL u
* JavaScript: `javascript/ql/src`
* Python: `python/ql/src`
* Ruby: `ruby/ql/src`
* Go: `go/ql/src`
Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose.
- Experimental queries and libraries are stored in the `experimental` subdirectory within each language-specific directory in the [CodeQL repository](https://github.com/github/codeql). For example, experimental Java queries and libraries are stored in `java/ql/src/experimental` and any corresponding tests in `java/ql/test/experimental`.