Skip to content

Commit 30bfc38

Browse files
committed
Fix doc header
1 parent c39da2f commit 30bfc38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

driver.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2-
//
31
// Copyright 2012 Julien Schmidt. All rights reserved.
42
// http://www.julienschmidt.com
53
//
64
// This Source Code Form is subject to the terms of the Mozilla Public
75
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
86
// You can obtain one at http://mozilla.org/MPL/2.0/.
97

8+
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
109
package mysql
1110

1211
import (

0 commit comments

Comments
 (0)