Vova Tkach 6 years ago
parent
commit
9d4d5a4a55
1 changed files with 0 additions and 2 deletions
  1. 0 2
      engine/actions/action_mysql.go

+ 0 - 2
engine/actions/action_mysql.go

@@ -5,8 +5,6 @@ import (
 	"fmt"
 	"strconv"
 
-	_ "github.com/go-sql-driver/mysql"
-
 	utils "golang-fave/engine/wrapper/utils"
 )