Go Cheatsheets
[BASIC]
[GO]
Finds calls to the `Get` method of type `Header` from the `net/http` package.
[BASIC]
[GO]
Finds assignments to field `Status` of type `Response` from package `net/http`.
[BASIC]
[GO]
Generates use-definition pairs that provide the data for find-references in the code viewer.
[BASIC]
[GO]
Finds 'if' statements where the 'then' branch is an empty block statement
[BASIC]
[GO]
Generates use-definition pairs that provide the data for jump-to-definition in the code viewer.
[BASIC]
[GO]
Outputs a representation of a file's Abstract Syntax Tree. This query is used by the VS Code extension.