SYMBOL INDEX (16 symbols across 7 files) FILE: cmd/root.go function Execute (line 117) | func Execute() { function init (line 131) | func init() { FILE: gh/gh.go type Gh (line 11) | type Gh struct method Client (line 25) | func (g *Gh) Client() *github.Client { method Repositories (line 29) | func (g *Gh) Repositories(ctx context.Context, owner string) ([]string... method ContentURL (line 83) | func (g *Gh) ContentURL(ctx context.Context, owner, repo, path string)... function New (line 15) | func New() (*Gh, error) { FILE: internal/color.go function PrintLine (line 9) | func PrintLine(line string, matches [][]int, c *color.Color) string { function PrintOnlyMatches (line 30) | func PrintOnlyMatches(line string, matches [][]int, c *color.Color) stri... FILE: main.go function main (line 26) | func main() { FILE: scanner/scanner.go type RepoOnlyError (line 25) | type RepoOnlyError struct method Error (line 27) | func (e *RepoOnlyError) Error() string { type Opts (line 31) | type Opts struct function Scan (line 46) | func Scan(ctx context.Context, fsys fs.FS, w io.Writer, opts *Opts) error { FILE: scanner/scanner_test.go function TestScan (line 15) | func TestScan(t *testing.T) { FILE: version/version.go constant Name (line 4) | Name string = "gh-grep"