Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneInterfaceItem ¶
func CloneInterfaceItem(obj interface{}) interface{}
CloneInterfaceItem -> if you have a variable interface{}, it will take whatever value from there and it will clone to a new address so you can change the contents of it! it will return a new pointer/address of that value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.