Open ysaito8015 opened 2 months ago
https://github.com/ysaito8015/go-todo-web-app/pull/6#issuecomment-2365176549
https://github.com/budougumi0617/go_todo_app/discussions/73
mysql.Comfig.FormatDSN を使うと、次の db.PingContext() で、うまいくかないっぽい
db.PingContext()
https://github.com/ysaito8015/go-todo-web-app/blob/fbc6122500c3a958dfcf0907e281f6659e13c35a/store/repository.go#L38
fmt.Sprintf() で文字列で渡すとうまく行く
fmt.Sprintf()
https://github.com/ysaito8015/go-todo-web-app/pull/6#issuecomment-2365176549