You've already forked speedtest-go
							
							fix(mysql) timestamp marshall error , fix
Signed-off-by: JackyCZJ <chenzj@esixnetwork.net>
This commit is contained in:
		@@ -11,7 +11,7 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	connectionStringTemplate = `%s:%s@%s/%s`
 | 
			
		||||
	connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type MySQL struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user