Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiz committed May 22, 2020
1 parent b332440 commit f8edbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package expr
import (
"errors"
. "fmt"
"github.com/luoruiyi/expr/node"
"github.com/lqiz/expr/node"
"go/ast"
"go/parser"
)
Expand Down
2 changes: 1 addition & 1 deletion function.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package expr

import (
"fmt"
"github.com/luoruiyi/expr/node"
"github.com/lqiz/expr/node"
"go/ast"
"go/token"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/luoruiyi/expr
module github.com/lqiz/expr

go 1.14

0 comments on commit f8edbbe

Please sign in to comment.