Skip to content

Commit 292a68a

Browse files
committed
fix lint
1 parent d25ffdd commit 292a68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/setting/database.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
var (
19+
// SupportedDatabases includes all supported databases type
1920
SupportedDatabases = []string{"mysql", "postgres", "mssql"}
2021

2122
// EnableSQLite3 use SQLite3, set by build flag

0 commit comments

Comments
 (0)