Compare commits

...

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

2 changed files with 0 additions and 2 deletions

View file

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

View file

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