Format code with gofmt
This commit fixes the style issues introduced in e9e84ea
according to the output
from gofmt.
Details: https://deepsource.io/gh/outout14/sacrebleu-dns/transform/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
|
//Main loop
|
||||||
func main() {
|
func main() {
|
||||||
configPatch := flag.String("config", "config.ini", "the patch to the config file") //Get the config patch from --config flag
|
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
|
sqlMigration := flag.Bool("sqlmigrate", false, "initialize / migrate the database") //Detect if migration asked
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
//Load the INI configuration file
|
//Load the INI configuration file
|
||||||
|
|
Loading…
Reference in a new issue