author | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-10-12 21:20:18 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-10-21 21:13:39 UTC |
parent | 892d66a426f52c25bcb406d313b9fe54124d09c8 |
spf.go | +0 | -2 |
diff --git a/spf.go b/spf.go index 974ab09..7e158c9 100644 --- a/spf.go +++ b/spf.go @@ -28,8 +28,6 @@ import ( "strings" ) -// TODO: Neutral if not supported (including macros). - // Functions that we can override for testing purposes. var ( lookupTXT func(domain string) (txts []string, err error) = net.LookupTXT