4 lines
153 B
Go
4 lines
153 B
Go
|
|
package linter
|
||
|
|
|
||
|
|
// DetectPrimaryLanguage returns the most common language or falls back to "go"
|
||
|
|
func DetectPrimaryLanguage(files []string) string { ... }
|