diff --git a/checker/ccadb_test.go b/checker/ccadb_test.go index 4a9944b..df29755 100644 --- a/checker/ccadb_test.go +++ b/checker/ccadb_test.go @@ -102,3 +102,4 @@ func TestSplitCAADomains(t *testing.T) { t.Error("empty input should yield nil") } } + diff --git a/checker/types.go b/checker/types.go index 382e22e..b9f55f6 100644 --- a/checker/types.go +++ b/checker/types.go @@ -52,3 +52,4 @@ type CAARecord struct { Tag string `json:"tag"` Value string `json:"value"` } +