Skip to content

Commit 8caab94

Browse files
committed
move to github
1 parent 7105d24 commit 8caab94

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55

66
"github.com/spf13/viper"
7-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/utils"
7+
"github.com/sulthonzh/nested-set/examples/utils"
88
)
99

1010
// Configuration ::

examples/db/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"os"
77

8-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/config"
8+
"github.com/sulthonzh/nested-set/examples/config"
99

1010
"github.com/jinzhu/gorm"
1111
// spesial import ::

examples/db/migrate/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package main
33
import (
44
"fmt"
55

6-
nestedset "gitlab.com/sulthonzh/scraperpath-nested-set"
7-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/db"
8-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/utils"
6+
nestedset "github.com/sulthonzh/nested-set"
7+
"github.com/sulthonzh/nested-set/examples/db"
8+
"github.com/sulthonzh/nested-set/examples/utils"
99
)
1010

1111
func main() {

examples/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"encoding/json"
55
"fmt"
66

7-
nestedset "gitlab.com/sulthonzh/scraperpath-nested-set"
8-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/db"
9-
"gitlab.com/sulthonzh/scraperpath-nested-set/examples/utils"
7+
nestedset "github.com/sulthonzh/nested-set"
8+
"github.com/sulthonzh/nested-set/examples/db"
9+
"github.com/sulthonzh/nested-set/examples/utils"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)