|
@@ -1,5 +1,3 @@
|
|
|
-// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
|
|
|
|
|
-//
|
|
|
|
|
// Copyright 2012 Julien Schmidt. All rights reserved.
|
|
// Copyright 2012 Julien Schmidt. All rights reserved.
|
|
|
// http://www.julienschmidt.com
|
|
// http://www.julienschmidt.com
|
|
|
//
|
|
//
|
|
@@ -7,6 +5,7 @@
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
|
|
+// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
|
|
|
package mysql
|
|
package mysql
|
|
|
|
|
|
|
|
import (
|
|
import (
|