🦖Fit in the new `Pool.Release()` method

This commit is contained in:
Andy Pan 2019-08-19 16:45:16 +08:00
parent d1b4e8b163
commit 1c767b45a1
1 changed files with 1 additions and 1 deletions

View File

@ -99,5 +99,5 @@ func Free() int {
// Release Closes the default pool.
func Release() {
_ = defaultAntsPool.Release()
defaultAntsPool.Release()
}