Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了golang1.4和GoClipse v0.91,但是我想打开fmt.Printf()定义,它显示“无法运行程序oracle”。我用谷歌搜索,知道 oracle 是 GoClipse 的插件,但我找不到 gooracle.exe 或其他类似的东西。我尝试下载gooracle,但一无所获。任何人都可以帮忙吗?
fmt.Printf()
gooracle
do go get golang.org/x/tools/oracle,oracle会放在里面$GOPATH/bin/,那么你需要在里面配置它的路径Eclipse Preference -> Go -> Tool -> Go oracle path
go get golang.org/x/tools/oracle
oracle
$GOPATH/bin/
Eclipse Preference -> Go -> Tool -> Go oracle path
在 Eclipse 中打开Window -> Preferences -> Go -> Tools并单击按钮 Download Go oracle
Download Go oracle