Skip to content

Commit 25d4d18

Browse files
authored
Update package namespace typo
1 parent f3d9a9f commit 25d4d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

message.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package respond
22

33
import (
4-
"github.com/iamalirezaj/go-respond/translations/en"
5-
"github.com/iamalirezaj/go-respond/translations/fa"
4+
"github.com/MrJoshLab/go-respond/translations/en"
5+
"github.com/MrJoshLab/go-respond/translations/fa"
66
)
77

88
type Message struct {

0 commit comments

Comments
 (0)