beano
Results
1
issues of
beano
goraph uses `errors.New()` to create errors to signal missing graph nodes in numerous places. e.g. `return fmt.Errorf("%s does not exist in the graph.", id1)` It would be better to create...