1
This commit is contained in:
parent
883eff90e5
commit
a0122ba8e5
3
mysql.go
3
mysql.go
@ -17,7 +17,8 @@ type Mysql struct {
|
|||||||
maxIdleConns int32
|
maxIdleConns int32
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *Mysql) init(host string, port int32, user string, passwd string, database string, maxOpenConns int32, maxIdleConns int32) {
|
func (this *Mysql) init(host string, port int32, user string, passwd string, database string,
|
||||||
|
maxOpenConns int32, maxIdleConns int32) {
|
||||||
this.host = host
|
this.host = host
|
||||||
this.port = port
|
this.port = port
|
||||||
this.user = user
|
this.user = user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user