mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:54:01 +03:00
More idioms related to go 1.26
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package stats
|
||||
import "sync"
|
||||
|
||||
var streamInfoPool = sync.Pool{
|
||||
New: func() interface{} {
|
||||
New: func() any {
|
||||
return &streamInfo{
|
||||
tags: make(map[string]string),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user