1,259 matches across 25 files for error lang:Go
snippet_mode: summary · sorted by relevance
+ 34 more matches in this file
+ 19 more matches in this file
380▶// (plan 05). With Hotspots set, the combination errors out.
+ 13 more matches in this file
79▶func runReport(paths []string) error {
+ 11 more matches in this file
149▶ if err := server.ServeStdio(mcpServer, server.WithErrorLogger(errLogger)); err != nil {
+ 15 more matches in this file
276▶// invocation; we snapshot and restore via defer so panics, errors, or
+ 7 more matches in this file
+ 6 more matches in this file
+ 11 more matches in this file
374▶func runAuthorsReport(repoPath string) error {
+ 5 more matches in this file
23▶func HotspotsJSONReport(repoPath string, limit int) (string, error) {
+ 7 more matches in this file
192▶func runAuthorTimelineReport(repoPath string) error {
+ 5 more matches in this file
+ 9 more matches in this file
+ 2 more matches in this file
187▶func runLanguagesTimelineReport(repoPath string) error {
+ 5 more matches in this file
38▶func loadLanguages() (map[string]processor.Language, error) {
+ 11 more matches in this file
18▶func ProcessResult() ([]LanguageSummary, error) {
+ 5 more matches in this file
187▶func discoverConfigArgs(noConfig, findRoot bool, explicitPath string) (globalTokens, projectTokens []string, err error) {
+ 13 more matches in this file
37▶func buildHistoryIgnore(repo *git.Repository, head plumbing.Hash) (*historyIgnore, error) {
+ 1 more matches in this file
+ 4 more matches in this file
+ 8 more matches in this file
158▶func (fileJob *FileJob) MarshalJSON() ([]byte, error) {
+ 1 more matches in this file
19▶ t.Errorf("Expected to be true")
+ 136 more matches in this file
24▶func (reader *FileReader) ReadFile(path string, size int) ([]byte, error) {
+ 2 more matches in this file
16▶func writeTestFile(path, content string) error {
+ 93 more matches in this file
31▶func runSCC(args ...string) (string, error) {
+ 32 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |