Refactor everything
This commit is contained in:
parent
b56ce43c80
commit
57903d4724
45 changed files with 514 additions and 416 deletions
12
internal/app/main.go
Normal file
12
internal/app/main.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package app
|
||||
|
||||
import (
|
||||
"git.a71.su/Andrew71/hibiscus-txt/internal/logging"
|
||||
"git.a71.su/Andrew71/hibiscus-txt/internal/server"
|
||||
)
|
||||
|
||||
func Execute() {
|
||||
FlagInit()
|
||||
logging.LogInit()
|
||||
server.Serve()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue