Skip to content

Commit bf1db35

Browse files
authored
Update CONTRIBUTING.md
add go
1 parent 8e85f4d commit bf1db35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ If you have an idea for a query that you would like to share with other CodeQL u
1414

1515
1. **Directory structure**
1616

17-
There are six language-specific query directories in this repository:
17+
There are seven language-specific query directories in this repository:
1818

1919
* C/C++: `cpp/ql/src`
2020
* C#: `csharp/ql/src`
2121
* Java: `java/ql/src`
2222
* JavaScript: `javascript/ql/src`
2323
* Python: `python/ql/src`
2424
* Ruby: `ruby/ql/src`
25+
* Go: `go/ql/src`
2526

2627
Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose.
2728
- 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`.

0 commit comments

Comments
 (0)