break: rename GoTomatoServerConfig
-> ServerConfig
This commit is contained in:
parent
c20d36d2d2
commit
ffc994126b
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ func Start() {
|
|||
os.Exit(0)
|
||||
}
|
||||
|
||||
serverConfig := models.GoTomatoServerConfig{
|
||||
serverConfig := models.ServerConfig{
|
||||
ListenAddress: *listenAddress,
|
||||
ListenPort: *listenPort,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue