Add gofmt -s to the build

This commit is contained in:
Edznux 2018-10-23 03:27:38 +02:00
commit e333df35d4
4 changed files with 35152 additions and 35150 deletions

View file

@ -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,