examples/example.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Function QuickExample has 5 return statements (exceeds 4 allowed).
Open

func QuickExample(ctx context.Context, repo rel.Repository) error {
    /// [quick-example]
    book := Book{Title: "REL for Dummies"}

    // Insert a Book.
Severity: Major
Found in examples/example.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status