"""Evaluation metrics for Go code generation.""" from llm_go.evaluation.metrics import CodeEvaluator __all__ = ["CodeEvaluator"]