mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
Add gofmt -s to the build
This commit is contained in:
parent
e93fe8ec4c
commit
e333df35d4
4 changed files with 35152 additions and 35150 deletions
|
@ -84,7 +84,7 @@ func NewMDNSProbe(from net.IP, from_hw net.HardwareAddr) (error, []byte) {
|
|||
RD: true,
|
||||
OpCode: layers.DNSOpCodeQuery,
|
||||
Questions: []layers.DNSQuestion{
|
||||
layers.DNSQuestion{
|
||||
{
|
||||
Name: []byte("_services._dns-sd._udp.local"),
|
||||
Type: layers.DNSTypePTR,
|
||||
Class: layers.DNSClassIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue