We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39da2f commit 30bfc38Copy full SHA for 30bfc38
driver.go
@@ -1,12 +1,11 @@
1
-// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
-//
3
// Copyright 2012 Julien Schmidt. All rights reserved.
4
// http://www.julienschmidt.com
5
//
6
// This Source Code Form is subject to the terms of the Mozilla Public
7
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
8
// You can obtain one at http://mozilla.org/MPL/2.0/.
9
+// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
10
package mysql
11
12
import (
0 commit comments