Fix linter errors

This commit is contained in:
Daniel
2020-09-23 14:12:23 +02:00
parent 12b0ff973d
commit af056780fc
5 changed files with 21 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ func (br ListBlockReason) MarshalJSON() ([]byte, error) {
})
}
// GetExtraRR implements the nsutil.RRProvider interface
// GetExtraRRs implements the nsutil.RRProvider interface
// and adds additional TXT records justifying the reason
// the request was blocked.
func (br ListBlockReason) GetExtraRRs(ctx context.Context, _ *dns.Msg) []dns.RR {