更新因修改用户名改变的引用路径

master
kuiki 2019-03-04 15:18:02 +08:00
parent 3dc30135db
commit d947ba63c6
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
rename rename
testdata testdata
rename.linux

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"strconv" "strconv"
"github.com/yinhui87/go-component/language" "github.com/ikuiki/go-component/language"
) )
// AV: // AV:

View File

@ -8,7 +8,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/yinhui87/go-component/language" "github.com/ikuiki/go-component/language"
) )
func main() { func main() {