모듈 업데이트

This commit is contained in:
2023-06-21 16:21:19 +09:00
parent 667126c5bc
commit 3c14e7e4c5
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,8 @@ import (
var prefix = flagx.String("prefix", "", "")
func main() {
flagx.Parse()
ctx, cancel := context.WithCancel(context.Background())
var config core.TavernConfig
if err := common.LoadConfig(&config); err != nil {