[module] data - copyable
This commit is contained in:
parent
8e67d4f62c
commit
38cfe30644
|
@ -0,0 +1,5 @@
|
|||
package KFData
|
||||
|
||||
type Copyable interface {
|
||||
Copy() Copyable
|
||||
}
|
Loading…
Reference in New Issue