Skip to content

Commit 8eea58d

Browse files
committed
should be relative import
1 parent c8b155c commit 8eea58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-chat/src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"log"
55
"net/http"
66

7-
"chat"
7+
"./chat"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)