gregoryv/draw

View on GitHub
docs/example_diagrams.go

Summary

Maintainability
A
1 hr
Test Coverage

Function ExampleDiagram has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func ExampleDiagram() *design.Diagram {
    var (
        record     = shape.NewRecord("Record")
        x, y       = 130, 80
        q1arrow    = shape.NewArrow(x, y, x+50, y-10)
Severity: Minor
Found in docs/example_diagrams.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status