mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
feat: auto stop profiling after one minute (#3742)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package collection
|
||||
|
||||
import (
|
||||
"sync"
|
||||
)
|
||||
import "sync"
|
||||
|
||||
// A Ring can be used as fixed size ring.
|
||||
type Ring struct {
|
||||
|
||||
Reference in New Issue
Block a user