Versions in this module Expand all Collapse all v1 v1.1.0 May 13, 2025 Changes in this version + type Language struct + func (l *Language) DefaultFileExtension() string + func (l *Language) DefaultTestFileSuffix() string + func (l *Language) ExecuteTests(logger *log.Logger, repositoryPath string) (testResult *language.TestResult, problems []error, err error) + func (l *Language) Files(logger *log.Logger, repositoryPath string) (filePaths []string, err error) + func (l *Language) ID() (id string) + func (l *Language) ImportPath(projectRootPath string, filePath string) (importPath string) + func (l *Language) Mistakes(logger *log.Logger, repositoryPath string) (mistakes []string, err error) + func (l *Language) Name() (id string) + func (l *Language) SupportsFix() bool + func (l *Language) SupportsTemplate() bool + func (l *Language) TestFilePath(projectRootPath string, filePath string) (testFilePath string) + func (l *Language) TestFramework() (testFramework string)