mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 02:09:01 +02:00
merge: main branch
This commit is contained in:
7
internal/utils/pool/pool_prod.go
Normal file
7
internal/utils/pool/pool_prod.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !debug
|
||||
|
||||
package pool
|
||||
|
||||
func (p Pool[T]) checkExists(key string) {
|
||||
// no-op in production
|
||||
}
|
||||
Reference in New Issue
Block a user