completed list-type to array-type conversion and fixed common test module
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
package kern
|
||||
|
||||
type Cloner interface {
|
||||
Clone() any
|
||||
Clone() Cloner
|
||||
}
|
||||
|
||||
func IsCloner(v any) (ok bool) {
|
||||
|
||||
Reference in New Issue
Block a user