update go.mod

This commit is contained in:
ginuerzh
2024-04-24 23:38:50 +08:00
parent 66104cd079
commit 254875cd30
3 changed files with 6 additions and 3 deletions

View File

@ -72,5 +72,8 @@ func (p *Status) addEvent(event Event) {
}
func (p *Status) Stats() *stats.Stats {
if p == nil {
return nil
}
return p.stats
}