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