The rest of linter errors.
This commit is contained in:
parent
ab6d85f886
commit
a657b76bef
64 changed files with 637 additions and 507 deletions
|
|
@ -22,4 +22,5 @@ const (
|
|||
MySQLPassword = "jet"
|
||||
)
|
||||
|
||||
// MySQLConnectionString is MySQL driver connection string to test database
|
||||
var MySQLConnectionString = fmt.Sprintf("%s:%s@tcp(%s:%d)/", MySQLUser, MySQLPassword, MySqLHost, MySQLPort)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue