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 golang-nuts
If I've already compiled my golang package, I'll have files in my /bin/ and /pkg/linux_amd64 folders. Is there a way I can run the compiled binary without have to compile the code first (go run) ?
Ian Lance Taylor
unread,
Jul 18, 2017, 4:14:54 PM7/18/17
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 Joanna .Leong, golang-nuts
Sorry, I don't understand what you asking for.
You can do this:
go build -o x x.go
and then run `./x`.
Ian
jkl...@ucdavis.edu
unread,
Jul 18, 2017, 6:58:53 PM7/18/17
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