Browse Source

doc: reference the readme

Julien Schmidt 12 years ago
parent
commit
4cfad3339e
1 changed files with 2 additions and 0 deletions
  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 (