package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Nov 20, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
File string `json:"file"`
Matches []Match `json:"matches"`
}
type Match struct {
Line int64 `json:"line"`
Column int64 `json:"column"`
Match string `json:"match"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.