CodeQL library for Go
codeql/go-all 5.0.1-dev (changelog, source)
Search

Module Locations

Provides classes for working with locations and program elements that have locations.

Import path

import semmle.go.Locations

Imports

go

Provides classes for working with Go programs.

Classes

Locatable

A program element with a location.

Location

A location as given by a file, a start line, a start column, an end line, and an end column.