Skip to content

Commit 4148c57

Browse files
committed
Format imports
1 parent f9430e4 commit 4148c57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bench_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package expr
22

33
import (
4+
"testing"
5+
46
"github.com/dop251/goja"
57
"github.com/robertkrimen/otto"
6-
"testing"
78
)
89

910
type segment struct {

doc_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ package expr_test
22

33
import (
44
"fmt"
5-
"github.com/antonmedv/expr"
65
"strings"
6+
7+
"github.com/antonmedv/expr"
78
)
89

910
func ExampleEval() {

0 commit comments

Comments
 (0)