fix go fmt

This commit is contained in:
bugficks
2019-01-15 13:54:25 +01:00
parent 7db848f153
commit f31fe495e9

View File

@@ -2,14 +2,14 @@ package mysql
import (
"database/sql"
"errors"
"fmt"
"reflect"
"strconv"
"strings"
"errors"
"crypto/x509"
"crypto/tls"
"crypto/x509"
"github.com/go-sql-driver/mysql"
"github.com/go-xorm/core"