feat(Go-StudyExample): 添加CloneExample,测试go语言的对象内存和深度克隆的实现关于对象克隆可参考文章[知乎-](https://zhuanlan.zhihu.com/p/59125443)、[知乎-](https://zhuanlan.zhihu.com/p/58065429)

This commit is contained in:
huangzj
2020-05-15 09:59:13 +08:00
parent 4feb1f61f2
commit dbda09379d
5 changed files with 213 additions and 1 deletions
+3
View File
@@ -19,4 +19,7 @@ func main() {
//--------------------------测试json包的转换功能
example.JsonMarshalTest()
example.JsonUnmarshalTest()
example.TestClone()
}