package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev

# README

map和slice是否可以赋值给interface

结论:map和slice可以赋值给interface{}

运行结果

Imgur

参考资料

http://studygolang.com/articles/4298