Skip to content

Commit a5dc2e8

Browse files
authored
Update main.go
Run app
1 parent ba61807 commit a5dc2e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
import (
44
"github.com/gin-gonic/gin"
55
"github.com/tinkerbaj/chatwebsocketgin/chat"
6+
"log"
67
)
78

89
func main() {
@@ -19,4 +20,5 @@ func main() {
1920

2021
})
2122

22-
}
23+
log.Println(app.Run(":8080"))
24+
}

0 commit comments

Comments
 (0)