Parcourir la source

doc: reference the readme

Julien Schmidt il y a 12 ans
Parent
commit
4cfad3339e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 (