6 lines
72 B
Go
6 lines
72 B
Go
|
//+build go1.8
|
||
|
|
||
|
package main
|
||
|
|
||
|
import _ "github.com/go-sql-driver/mysql"
|