otiai10/opengraph

View on GitHub
opengraph.go

Summary

Maintainability
A
40 mins
Test Coverage

Method OpenGraph.Fetch has 6 return statements (exceeds 4 allowed).
Open

func (og *OpenGraph) Fetch() error {
    if og.Intent.URL == "" {
        return fmt.Errorf("no URL given yet")
    }

Severity: Major
Found in opengraph.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status