//
pkg.gl
Category
github.com/liguoqinjim/go-labs
lab079
lab001
package
0.0.0-20231208061952-f10d33120ced
Repository:
https://github.com/liguoqinjim/go-labs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
26 SLOC
#
README
map和slice是否可以赋值给interface
结论:map和slice可以赋值给interface{}
运行结果
参考资料
http://studygolang.com/articles/4298