- dump goroutines
- 在编译期检查接口的实现
- len(nil) = 0
- 是非常有用的东西,不要自己创建
- 获得调用堆栈,我们可以使用
runtime.Caller
-
- 添加这一行代码到
bashrc
(或者其他类似的)
- 添加这一行代码到
从一个 slice 生成简单的随机元素
[]string{"one", "two", "three"}[rand.Intn(3)]
runtime.Caller
bashrc
(或者其他类似的) 从一个 slice 生成简单的随机元素
[]string{"one", "two", "three"}[rand.Intn(3)]
本文档使用 全库网 构建