Skip to content

Commit dd7b772

Browse files
authored
order imports
1 parent ff05002 commit dd7b772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/03-consumeJSON/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ package main
88
import (
99
"encoding/json"
1010
"fmt"
11-
"github.com/nxadm/tail"
1211
"io/ioutil"
1312
"os"
1413
"strconv"
14+
15+
"github.com/nxadm/tail"
1516
)
1617

1718
type jsonStruct struct {

0 commit comments

Comments
 (0)