format: improve variable declaration style
- change variable declarations to use a grouped format
🤖
This commit is contained in:
parent
912dfa62f2
commit
f26f12ef98
3 changed files with 10 additions and 5 deletions
|
@ -13,7 +13,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
config ChronoTomato.Config
|
||||
config ChronoTomato.Config
|
||||
|
||||
parameter_url = flag.String("url", "", "GoTomato Server URL (eg ws://localhost:8080/ws)")
|
||||
parameter_password = flag.String("password", "", "Control password for pomodoro session")
|
||||
configfile = flag.String("config", "", "Path to config file")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue