feat: statistics: finish dev
This commit is contained in:
7
utils/struct.go
Normal file
7
utils/struct.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
func Copy[T any](old *T) T {
|
||||
T1 := *old
|
||||
T2 := *&T1
|
||||
return T2
|
||||
}
|
||||
Reference in New Issue
Block a user