File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"github.com/stretchr/testify/require"
7
7
8
- "github.com/antonmedv /expr"
9
- "github.com/antonmedv /expr/vm"
8
+ "github.com/expr-lang /expr"
9
+ "github.com/expr-lang /expr/vm"
10
10
)
11
11
12
12
func Benchmark_valueAdd (b * testing.B ) {
Original file line number Diff line number Diff line change 4
4
//
5
5
// import (
6
6
// "fmt"
7
- // "github.com/antonmedv /expr/patchers/value"
8
- // "github.com/antonmedv /expr"
7
+ // "github.com/expr-lang /expr/patchers/value"
8
+ // "github.com/expr-lang /expr"
9
9
// )
10
10
//
11
11
// type customInt struct {
@@ -47,9 +47,9 @@ import (
47
47
"reflect"
48
48
"time"
49
49
50
- "github.com/antonmedv /expr"
51
- "github.com/antonmedv /expr/ast"
52
- "github.com/antonmedv /expr/conf"
50
+ "github.com/expr-lang /expr"
51
+ "github.com/expr-lang /expr/ast"
52
+ "github.com/expr-lang /expr/conf"
53
53
)
54
54
55
55
// Patcher is an expr.Option that both patches the program and adds the `$patcher_value_getter` function.
Original file line number Diff line number Diff line change 5
5
6
6
"github.com/stretchr/testify/require"
7
7
8
- "github.com/antonmedv /expr"
9
- "github.com/antonmedv /expr/vm"
8
+ "github.com/expr-lang /expr"
9
+ "github.com/expr-lang /expr/vm"
10
10
)
11
11
12
12
type customInt struct {
You can’t perform that action at this time.
0 commit comments