q/html_formatter.go
Method HTMLFormatter.Write
has 5 return statements (exceeds 4 allowed). Open
Open
func (f *HTMLFormatter) Write(result interface{}) error {
pageTitle := "gedcom"
// Nil should be treated as a blank document.
if gedcom.IsNil(result) {
exported type HTMLFormatter should have comment or be unexported Open
Open
type HTMLFormatter struct {
- Exclude checks