rm iclone

This commit is contained in:
2025-01-20 20:28:08 +00:00
parent 965594ea86
commit 5ea4fb1a4d

View File

@@ -1,5 +0,0 @@
package util
type IClone[T any] interface {
Clone() T
}