摘要: https://www.cnblogs.com/diegodu/p/5590133.html // 反射,根据字段名设置值 阅读全文
posted @ 2018-08-02 18:55 webglcn 阅读(88) 评论(0) 推荐(0) 编辑
摘要: http://blog.haohtml.com/archives/14239 struct定义的属性如果是小写开头的,那么该属性不是public的,不能跨包调用 (implicit assignment of unexported field) 阅读全文
posted @ 2018-08-02 17:22 webglcn 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 任意类型 遍历并判断类型 阅读全文
posted @ 2018-08-02 15:10 webglcn 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 遍历 啊 阅读全文
posted @ 2018-08-02 14:10 webglcn 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tennysonsky/article/details/78946265 error(不中断)、panic(中断)、recover(拦截中断 类似于 catch) errors.New("a normal err1") 不会中断执行 panic(" err 阅读全文
posted @ 2018-08-02 09:26 webglcn 阅读(184) 评论(0) 推荐(0) 编辑