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 {
|
if !c.Enabled {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
once.Do(func() {
|
once.Do(func() {
|
||||||
s := NewServer(c)
|
s := NewServer(c)
|
||||||
s.StartAsync(c)
|
s.StartAsync(c)
|
||||||
|
|||||||
Reference in New Issue
Block a user