Compare commits

..

No commits in common. "af04121ff6aa4976f5619dee92646ef261d02825" and "13fb589c6b68788fdd4f8561a8499b9f60239c4d" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View file

@ -102,3 +102,4 @@ func TestSplitCAADomains(t *testing.T) {
t.Error("empty input should yield nil")
}
}

View file

@ -52,3 +52,4 @@ type CAARecord struct {
Tag string `json:"tag"`
Value string `json:"value"`
}