Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmortezal committed Feb 21, 2024
1 parent 134a715 commit 0628406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/lmortezal/ChatOnline
module github.com/lmortezal/Chater

go 1.22.0

Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import (
"github.com/lmortezal/ChatOnline/cmd"
s "github.com/lmortezal/ChatOnline/server"
"github.com/lmortezal/ChatOnline/client"
"github.com/lmortezal/Chater/cmd"
s "github.com/lmortezal/Chater/server"
"github.com/lmortezal/Chater/client"
)

func main() {
Expand Down

0 comments on commit 0628406

Please sign in to comment.