Skip to content

Commit 48ff008

Browse files
committed
Add a reference to the AST class reference for go
1 parent 5b2c0fb commit 48ff008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/language/learn-ql/go/ql-for-go.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
77
:hidden:
88

99
introduce-libraries-go
10+
ast-class-reference
1011

1112
- `Basic Go query <https://lgtm.com/help/lgtm/console/ql-go-basic-example>`__: Learn to write and run a simple CodeQL query using LGTM.
1213

1314
- :doc:`CodeQL library for Go <introduce-libraries-go>`: When you're analyzing a Go program, you can make use of the large collection of classes in the CodeQL library for Go.
15+
16+
- :doc:`Abstract syntax tree classes for Go <ast-class-reference>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Go programs.

0 commit comments

Comments
 (0)