mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix compilation error
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
// +build linux
|
||||
|
||||
package main
|
||||
package capture
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"runtime/pprof"
|
||||
"time"
|
||||
|
||||
"github.com/google/gopacket"
|
||||
|
||||
Reference in New Issue
Block a user