(domain string)
| 27 | ) |
| 28 | |
| 29 | func FQDN(domain string) string { |
| 30 | return dns.Fqdn(domain) |
| 31 | } |
| 32 | |
| 33 | // ForLookup converts the domain into a canonical form suitable for table |
| 34 | // lookups and other comparisons. |
no outgoing calls
no test coverage detected