Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seeyarh committed Feb 11, 2022
1 parent 4bfd1ff commit ec99f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -97,7 +97,7 @@ func (c *Client) ResolveWithSyscall(host string) (*DNSData, error) {
// Resolve is the underlying resolve function that actually resolves a host
// and gets the ip records for that host.
func (c *Client) Resolve(host string) (*DNSData, error) {
return c.QueryMultiple(host, []uint16{dns.TypeA, dns.TypeAAAA})
return c.QueryMultiple(host, []uint16{dns.TypeA, dns.TypeAAAA})
}

// Do sends a provided dns request and return the raw native response
Expand Down

0 comments on commit ec99f87

Please sign in to comment.