mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix go fmt
This commit is contained in:
parent
7db848f153
commit
f31fe495e9
@ -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"
|
||||
@ -47,7 +47,7 @@ func newMysqlQueryEndpoint(datasource *models.DataSource) (tsdb.TsdbQueryEndpoin
|
||||
if tlsAuth || tlsAuthWithCACert {
|
||||
|
||||
secureJsonData := datasource.SecureJsonData.Decrypt()
|
||||
tlsConfig := tls.Config {
|
||||
tlsConfig := tls.Config{
|
||||
InsecureSkipVerify: tlsSkipVerify,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user