Skip to content

Commit 7269eab

Browse files
committed
Merge branch 'master' of https://github.com/bashery/im
reorginaze im repo
2 parents 1d8ad37 + 0a9f06f commit 7269eab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module im
1+
module github.com/bashery/im
22

33
go 1.17
44

hub.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func ServeMessages(conn *websocket.Conn) {
1414

1515
var mt sync.Mutex
1616
for {
17+
fmt.Println("test im pakage")
1718

1819
i, msg, err := conn.ReadMessage()
1920
if err != nil {

0 commit comments

Comments
 (0)