Fix compilation error

This commit is contained in:
Leonid Bugaev
2021-07-01 09:17:20 +03:00
parent f701dace50
commit de8a74fdca
+1 -4
View File
@@ -1,13 +1,10 @@
// +build linux
package main
package capture
import (
"flag"
"fmt"
"log"
"os"
"runtime/pprof"
"time"
"github.com/google/gopacket"