你如何使 Golang 示例可玩?
我有以下代码:
func Example_authenticate() {
fmt.Println("hello")
// Output: JSON
}
我是否需要在某处添加可播放的代码才能在 Doc 中获得它?
相关分类