gpt4 book ai didi

go - 如何在 Godoc 中包含可播放的示例

转载 作者:IT王子 更新时间:2023-10-29 01:36:52 25 4
gpt4 key购买 nike

如何使 Golang 示例可玩?

我有以下代码:

func Example_authenticate() {
fmt.Println("hello")
// Output: JSON
}

我是否需要在某处添加可播放代码才能在 Doc 中获取它?

最佳答案

您必须使用 -play 标志运行 godoc:

$ godoc --help
..........
-play=false: enable playground in web interface

例如运行 godoc -http=:9020 -play 然后转到 http://localhost:9020/pkg/encoding/json/#example_Unmarshal

在本地安装 godoc:

go get code.google.com/p/go.tools/cmd/godoc

关于go - 如何在 Godoc 中包含可播放的示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26276852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com