package
0.0.0-20240930093752-df89de384c1e
Repository: https://github.com/zyyw/go-crash-course.git
Documentation: pkg.go.dev
# Interfaces
No description provided by the author
interface 不是一个简单的引用,肚子里有两个东西: * 类型 * 值 可以通过: switch 或者 type assert 来判断 (查看接口变量的方法).
No description provided by the author