You've already forked speedtest-go
							
							Merge pull request #11 from JackyCZJ/master
fix(mysql) timestamp marshall error , fix
This commit is contained in:
		@@ -11,7 +11,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	connectionStringTemplate = `%s:%s@%s/%s`
 | 
						connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type MySQL struct {
 | 
					type MySQL struct {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user