format: update import statements order for consistency
This commit is contained in:
parent
3a6be4c187
commit
e2ab19066d
7 changed files with 16 additions and 15 deletions
|
@ -1,8 +1,6 @@
|
|||
package shared
|
||||
|
||||
import (
|
||||
"git.smsvc.net/pomodoro/GoTomato/pkg/models"
|
||||
)
|
||||
import "git.smsvc.net/pomodoro/GoTomato/pkg/models"
|
||||
|
||||
var DefaultServerConfig = models.ServerConfig{
|
||||
ListenAddress: "0.0.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue