mirror of
https://github.com/maride/pancap.git
synced 2024-11-22 08:54:24 +00:00
Sort imports
This commit is contained in:
parent
27a06c0cd2
commit
87ee36348c
@ -2,8 +2,8 @@ package ethernet
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"git.darknebu.la/maride/pancap/ethernet/arp"
|
"git.darknebu.la/maride/pancap/ethernet/arp"
|
||||||
"git.darknebu.la/maride/pancap/ethernet/dns"
|
|
||||||
"git.darknebu.la/maride/pancap/ethernet/dhcpv4"
|
"git.darknebu.la/maride/pancap/ethernet/dhcpv4"
|
||||||
|
"git.darknebu.la/maride/pancap/ethernet/dns"
|
||||||
"github.com/google/gopacket"
|
"github.com/google/gopacket"
|
||||||
"github.com/google/gopacket/layers"
|
"github.com/google/gopacket/layers"
|
||||||
"log"
|
"log"
|
||||||
|
Loading…
Reference in New Issue
Block a user