From 8cffae65a60326a26d118af815346e830e9dda78 Mon Sep 17 00:00:00 2001 From: Success Go Date: Fri, 27 Mar 2020 22:12:39 +0800 Subject: [PATCH] Fix typo of MSSQL (#10850) --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/models.go b/models/models.go index 3bf7713955..c818c65100 100644 --- a/models/models.go +++ b/models/models.go @@ -22,7 +22,7 @@ import ( // Needed for the Postgresql driver _ "github.com/lib/pq" - // Needed for the MSSSQL driver + // Needed for the MSSQL driver _ "github.com/denisenkom/go-mssqldb" )