Skip to content

Commit 787b141

Browse files
author
mirkobrombin
committed
cleanup: rename org
1 parent 5ffb37d commit 787b141

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

components/another_component.go

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

8-
"github.com/mirkobrombin/rfw/framework"
8+
"github.com/rfwlab/rfw/framework"
99
)
1010

1111
//go:embed templates/another_component.rtml

components/card_component.go

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

8-
"github.com/mirkobrombin/rfw/framework"
8+
"github.com/rfwlab/rfw/framework"
99
)
1010

1111
//go:embed templates/card_component.rtml

components/header_component.go

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

8-
"github.com/mirkobrombin/rfw/framework"
8+
"github.com/rfwlab/rfw/framework"
99
)
1010

1111
//go:embed templates/header_component.rtml

components/main_component.go

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

8-
"github.com/mirkobrombin/rfw/framework"
8+
"github.com/rfwlab/rfw/framework"
99
)
1010

1111
//go:embed templates/main_component.rtml

components/test_component.go

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

8-
"github.com/mirkobrombin/rfw/framework"
8+
"github.com/rfwlab/rfw/framework"
99
)
1010

1111
//go:embed templates/test_component.rtml

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module github.com/mirkobrombin/rfw
1+
module github.com/rfwlab/rfw
22

3-
go 1.22.3
3+
go 1.22
44

55
require (
66
github.com/fatih/color v1.17.0

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package main
44

55
import (
6-
"github.com/mirkobrombin/rfw/components"
7-
"github.com/mirkobrombin/rfw/framework"
6+
"github.com/rfwlab/rfw/components"
7+
"github.com/rfwlab/rfw/framework"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)