File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
// +build go1.7
2
2
// +build !go1.8
3
3
4
+ // Go MySQL Driver - A MySQL-Driver for Go's database/sql package
5
+ //
6
+ // Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
7
+ //
8
+ // This Source Code Form is subject to the terms of the Mozilla Public
9
+ // License, v. 2.0. If a copy of the MPL was not distributed with this file,
10
+ // You can obtain one at http://mozilla.org/MPL/2.0/.
11
+
4
12
package mysql
5
13
6
14
import "crypto/tls"
Original file line number Diff line number Diff line change 1
1
// +build go1.8
2
2
3
+ // Go MySQL Driver - A MySQL-Driver for Go's database/sql package
4
+ //
5
+ // Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
6
+ //
7
+ // This Source Code Form is subject to the terms of the Mozilla Public
8
+ // License, v. 2.0. If a copy of the MPL was not distributed with this file,
9
+ // You can obtain one at http://mozilla.org/MPL/2.0/.
10
+
3
11
package mysql
4
12
5
13
import "crypto/tls"
Original file line number Diff line number Diff line change 1
1
// +build !go1.7
2
2
3
+ // Go MySQL Driver - A MySQL-Driver for Go's database/sql package
4
+ //
5
+ // Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
6
+ //
7
+ // This Source Code Form is subject to the terms of the Mozilla Public
8
+ // License, v. 2.0. If a copy of the MPL was not distributed with this file,
9
+ // You can obtain one at http://mozilla.org/MPL/2.0/.
10
+
3
11
package mysql
4
12
5
13
import "crypto/tls"
You can’t perform that action at this time.
0 commit comments