Skip to content

Commit de8a74f

Browse files
committed
Fix compilation error
1 parent f701dac commit de8a74f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

capture/af_packet_linux.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// +build linux
22

3-
package main
3+
package capture
44

55
import (
66
"flag"
77
"fmt"
8-
"log"
9-
"os"
10-
"runtime/pprof"
118
"time"
129

1310
"github.com/google/gopacket"

0 commit comments

Comments
 (0)