79233434

Date: 2024-11-28 10:21:27
Score: 2
Natty:
Report link

I forgot to initialize mssql driver in my testing package :(

import (
    "time"

    "github.com/jmoiron/sqlx"

    _ "github.com/microsoft/go-mssqldb" // mssql driver      <-------------
)

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alexandr Rutkowski