dstpierre/gosaas

View on GitHub
queue/email/amazonses.go

Summary

Maintainability
A
1 hr
Test Coverage

Function stripHTML has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func stripHTML(s string) string {
    output := ""

    // if we have a full html page we only need the body
    startBody := strings.Index(s, "<body")
Severity: Minor
Found in queue/email/amazonses.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status