GoLand 2021.1 Help

Code Inspections in Go Template

This topic lists all GoLand code inspections available in Go Template.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Duplicate variable

Reports duplicate Go Template variables declared in the same scope.

Error Error
Unknown variable

Reports usages of unknown variables in Go Templates.

Error Error
Last modified: 08 March 2021