Browse Source

doc: reference the readme

Julien Schmidt 12 năm trước cách đây
mục cha
commit
4cfad3339e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      driver.go

+ 2 - 0
driver.go

@@ -13,6 +13,8 @@
 //  import _ "github.com/go-sql-driver/mysql"
 //
 //  db, err := sql.Open("mysql", "user:password@/dbname")
+//
+// See https://github.com/go-sql-driver/mysql#usage for details
 package mysql
 
 import (