mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-29 05:11:51 +02:00
8 lines
102 B
Go
8 lines
102 B
Go
//go:build !debug
|
|
|
|
package pool
|
|
|
|
func (p Pool[T]) checkExists(key string) {
|
|
// no-op in production
|
|
}
|