File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- module matcghing -service
1
+ module matching -service
2
2
3
3
go 1.23.1
4
4
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package handlers
3
3
import (
4
4
"context"
5
5
"log"
6
- "matcghing -service/models"
7
- "matcghing -service/processes"
8
- "matcghing -service/utils"
6
+ "matching -service/models"
7
+ "matching -service/processes"
8
+ "matching -service/utils"
9
9
"net/http"
10
10
11
11
"github.com/gorilla/websocket"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"fmt"
5
5
"log"
6
- "matcghing -service/handlers"
6
+ "matching -service/handlers"
7
7
"net/http"
8
8
"os"
9
9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package processes
2
2
3
3
import (
4
4
"context"
5
- "matcghing -service/models"
5
+ "matching -service/models"
6
6
"time"
7
7
)
8
8
You can’t perform that action at this time.
0 commit comments