Julien Schmidt před 13 roky
rodič
revize
30bfc387d6
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      driver.go

+ 1 - 2
driver.go

@@ -1,5 +1,3 @@
-// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
-//
 // Copyright 2012 Julien Schmidt. All rights reserved.
 // http://www.julienschmidt.com
 // 
@@ -7,6 +5,7 @@
 // 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/.
 
+// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
 package mysql
 
 import (