I forgot to initialize mssql driver in my testing package :(
import ( "time" "github.com/jmoiron/sqlx" _ "github.com/microsoft/go-mssqldb" // mssql driver <------------- )