You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gocl...@googlegroups.com
Hi,
I have installed Goclipse plugin in to eclipse "Juno". I have set GOROOT to the directory where "go" is installed. I have also set GOPATH and created below .go file under GOPATH/src/test1
package main
import (
"log"
)
func main() {
log.Printf("hello i am here")
}
When i am building the project, i am getting below error
^^^ Terminated, exit code: 0 ^^^
I am not able to figure out how to resolve it. Please help me out.
Thanks
Bhuwan
bhuwan...@jabong.com
unread,
Mar 24, 2015, 6:48:55 AM3/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gocl...@googlegroups.com, bhuwan...@jabong.com
Just to add that i am using OSX (mountain lion).
Message has been deleted
brunomedeiros
unread,
Mar 24, 2015, 10:31:08 AM3/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gocl...@googlegroups.com, bhuwan...@jabong.com
You got that message in the Go console? Then it's not an error, it's
just an info message stating that the process started above has
terminated sucessfully (it's likely `go build` that was started)
liu...@bytedance.com
unread,
Mar 19, 2016, 10:52:55 AM3/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message