Fix cannot build using build tag 'no_mysql' (#301)

pull/305/head
smallming 2022-01-18 11:20:58 +08:00 committed by GitHub
parent c8aa123e31
commit fc39794172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
package main
func normalizeDBString(driver string, str string, certfile string) string {
func normalizeDBString(driver string, str string, certfile string, sslcert string, sslkey string) string {
return str
}