mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: rename createLogger to loggerCreate
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
exitIfError(createLogger())
|
||||
exitIfError(loggerCreate())
|
||||
exitIfError(configParse())
|
||||
exitIfError(connectDB(5))
|
||||
exitIfError(performMigrations())
|
||||
|
Reference in New Issue
Block a user