Format code with gofmt
This commit fixes the style issues introduced ine9e84ea
according to the output from gofmt. Details:67d36107
-8c80-4374-8608-5a30493582d4/
This commit is contained in:
parent
e9e84ea076
commit
2359e07146
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…
Add table
Add a link
Reference in a new issue