Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TextEdit ¶
type TextEdit struct { StartPos int EndPos int // Replacement is a text to be inserted as a Replacement. Replacement string }
TextEdit is a suggested issue fix.
More or less, it represents our version of the https://godoc.org/golang.org/x/tools/go/analysis#TextEdit which is a part of https://godoc.org/golang.org/x/tools/go/analysis#SuggestedFix.
Click to show internal directories.
Click to hide internal directories.