Can GoClipse v0.91 open definition?

I installed golang1.4 and GoClipse v0.91, but I want to open the definition fmt.Printf()

, it displays "Unable to start oracle program". I google this and know that oracle is a plugin for GoClipse, but I cannot find gooracle.exe or something similar. And I try to download gooracle

but I can't find anything. Who can help?

+3


source to share


2 answers


do go get golang.org/x/tools/oracle

, oracle

to be placed in $GOPATH/bin/

, then you need to adjust his way inEclipse Preference -> Go -> Tool -> Go oracle path



+3


source


In Eclipse, open the Window โ†’ Preferences โ†’ Go โ†’ Tools and Press Download Go oracle



+2


source







All Articles