瀏覽代碼

doc: reference the readme

Julien Schmidt 12 年之前
父節點
當前提交
4cfad3339e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 (