mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-24 11:24:52 +01: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
|
|
}
|