gpt4 book ai didi

go - "go run"使用 sublime text 3 进入无限循环

转载 作者:数据小太阳 更新时间:2023-10-29 03:25:24 28 4
gpt4 key购买 nike

我正在尝试在 sublime text 3 中运行 go 代码。

package main

import (
"fmt"
)

func main() {
fmt.Println("Hello, playground")
}

但是,当我进入 Tools -> Build 下时,我看到程序进入了无限循环。

GoSublime r17.03.05-1 9o: type `help` for help and command documentation

[ `go run main.go` ⌛ ]
[ ~/Documents/SublimeWorkspace/ ] #

请让我知道我在这里可能遗漏了什么。

最佳答案

打开sublime转到工具->构建系统->新建构建系统。在文件中粘贴以下行并通过 some_name.sublime-build 保存

{
"shell_cmd": "go run $file",
"shell":true
}

转到工具->构建系统-> <select-your-build or automatic>

转到工具->构建

干杯:)

关于go - "go run"使用 sublime text 3 进入无限循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43406148/

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