import mysql-dirver

This commit is contained in:
huangsimin 2018-12-19 16:57:51 +08:00
parent 2b7b150ec5
commit c9d142f8cf

View File

@ -10,6 +10,7 @@ import (
"sync"
"time"
_ "github.com/go-sql-driver/mysql" // mysql驱动
yaml "gopkg.in/yaml.v2"
)