elliotchance/gedcom

View on GitHub
q/variable_expr.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method VariableExpr.Evaluate should have comment or be unexported
Open

func (e *VariableExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
Severity: Minor
Found in q/variable_expr.go by golint

exported type VariableExpr should have comment or be unexported
Open

type VariableExpr struct {
Severity: Minor
Found in q/variable_expr.go by golint

There are no issues that match your filters.

Category
Status