otiai10/opengraph

View on GitHub
meta.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Meta.Contribute has 53 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (meta *Meta) Contribute(og *OpenGraph) (err error) {
    switch {
    case meta.IsTitle():
        og.Title = meta.Content
    case meta.IsOGDescription():
Severity: Minor
Found in meta.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status