Signed-off-by: Asai Neko <sugar@sne.moe>
@@ -12,9 +12,9 @@ import (
)
func main() {
logger.Init()
config.Init()
// OTEL
ctx := context.Background()
shutdown := tracer.Init(ctx)
defer func() {
@@ -25,6 +25,7 @@ func main() {
}
}()
data.Init()
server.Start()
data.Init(ctx)
server.Start(ctx)
The note is not visible to the blocked user.