Skip to content

Commit 17e2eec

Browse files
fix: MySQLドライバのインポートを修正
1 parent 694077e commit 17e2eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typing-server/api/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import (
1313
"syscall"
1414
"time"
1515

16+
"github.com/go-sql-driver/mysql"
1617
"github.com/su-its/typing/typing-server/api/handler"
1718
"github.com/su-its/typing/typing-server/api/router"
1819
"github.com/su-its/typing/typing-server/domain/repository/ent"
1920
"github.com/su-its/typing/typing-server/domain/repository/ent/user"
20-
"gorm.io/driver/mysql"
2121
)
2222

2323
func main() {

0 commit comments

Comments
 (0)