mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
chore: coding style (#4352)
This commit is contained in:
@@ -80,6 +80,7 @@ func StartAgent(c Config) {
|
||||
if !c.Enabled {
|
||||
return
|
||||
}
|
||||
|
||||
once.Do(func() {
|
||||
s := NewServer(c)
|
||||
s.StartAsync(c)
|
||||
|
||||
Reference in New Issue
Block a user