Skip to content

Commit

Permalink
order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm authored Feb 8, 2021
1 parent ff05002 commit dd7b772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/03-consumeJSON/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ package main
import (
"encoding/json"
"fmt"
"github.com/nxadm/tail"
"io/ioutil"
"os"
"strconv"

"github.com/nxadm/tail"
)

type jsonStruct struct {
Expand Down

0 comments on commit dd7b772

Please sign in to comment.