Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 312468a

Browse files
committed
fixed package name
1 parent 4d57380 commit 312468a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/labstack/echo/v4"
77
"github.com/labstack/echo/v4/middleware"
88
"github.com/labstack/gommon/log"
9-
"github.com/logica0419/websocket_workshop/streamer"
9+
"github.com/logica0419/websocket-workshop/streamer"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)