Skip to content

Commit bf159fe

Browse files
committed
fix: Imports must be ordered lexicographically
Signed-off-by: guoguangwu <[email protected]>
1 parent 77efaca commit bf159fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/generator/generator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"bufio"
55
"encoding/json"
66
"fmt"
7+
"io"
78
"log"
89
"net/http"
9-
"io"
1010
"os"
1111
"strings"
1212
"sync/atomic"

internal/template/functions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"encoding/json"
77
"fmt"
88
"io"
9-
"os"
109
"log"
10+
"os"
1111
"reflect"
1212
"strings"
1313
)

0 commit comments

Comments
 (0)