Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 68d34fa

Browse files
author
Tim Vaillancourt
committed
moving import to alpha order
1 parent 224bc86 commit 68d34fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/pcap_converter/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
package main
33

44
import (
5-
"fmt"
65
"flag"
7-
"time"
6+
"fmt"
87
"log"
98
"os"
9+
"reflect"
1010
"runtime"
1111
"strings"
12-
"reflect"
12+
"time"
1313

1414
"github.com/ParsePlatform/flashback"
1515
"github.com/google/gopacket/pcap"

0 commit comments

Comments
 (0)