Skip to content

Commit 9d32ae7

Browse files
felicitymayjf205
andauthored
Apply suggestions from code review
Replace COBOL with Go Co-Authored-By: James Fletcher <[email protected]>
1 parent 8c931bf commit 9d32ae7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/language/learn-ql/writing-queries/introduction-to-queries.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ When writing your own alert queries, you would typically import the standard lib
7878

7979
- C/C++: ``cpp``
8080
- C#: ``csharp``
81+
- Go: ``go``
8182
- Java: ``java``
8283
- JavaScript/TypeScript: ``javascript``
8384
- Python: ``python``
@@ -139,4 +140,4 @@ What next?
139140
- To learn more about writing path queries, see :doc:`Constructing path queries <path-queries>`.
140141
- Take a look at the `built-in queries <https://help.semmle.com/wiki/display/QL/Built-in+queries>`__ to see examples of the queries included in CodeQL.
141142
- Explore the `query cookbooks <https://help.semmle.com/wiki/display/QL/QL+cookbooks>`__ to see how to access the basic language elements contained in the CodeQL libraries.
142-
- For a full list of resources to help you learn CodeQL, including beginner tutorials and language-specific examples, visit `Learning CodeQL <https://help.semmle.com/QL/learn-ql/>`__.
143+
- For a full list of resources to help you learn CodeQL, including beginner tutorials and language-specific examples, visit `Learning CodeQL <https://help.semmle.com/QL/learn-ql/>`__.

docs/query-metadata-style-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ You must specify an `@id` property for your query. It must be unique and should
7171

7272
* C and C++: `cpp`
7373
* C#: `cs`
74+
* Go: `go`
7475
* Java: `java`
7576
* JavaScript and TypeScript: `js`
7677
* Python: `py`

0 commit comments

Comments
 (0)