golang 基本技巧 interface 增加元素
摘要:
1.golang interface增加元素 s := "first" rest := []interface{}{"second", 3} all := append([]interface{}{s}, rest...) fmt.Println(all) 阅读全文
posted @ 2022-07-24 17:19 星河赵 阅读(702) 评论(0) 推荐(0) 编辑
posted @ 2022-07-24 17:19 星河赵 阅读(702) 评论(0) 推荐(0) 编辑