Merge pull request #6 from outout14/deepsource-transform-f033f2c5
Format code with gofmt
This commit is contained in:
commit
a1cd3ea5a1
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -21,8 +21,8 @@ var DB *sql.DB
|
|||
|
||||
//Main loop
|
||||
func main() {
|
||||
configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag
|
||||
sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked
|
||||
configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag
|
||||
sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked
|
||||
flag.Parse()
|
||||
|
||||
//Load the INI configuration file
|
||||
|
|
Loading…
Reference in a new issue