mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-25 14:42:34 +02:00
7 lines
102 B
Go
7 lines
102 B
Go
//go:build !debug
|
|
|
|
package pool
|
|
|
|
func (p Pool[T]) checkExists(key string) {
|
|
// no-op in production
|
|
}
|