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...@googlegroups.com
I think you should just be able to run:
go get code.google.com/p/goweb/goweb
I'll fire up my win7 vm and test it out.
Christopher Hobbs
unread,
Aug 2, 2012, 10:46:11 AM8/2/12
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 golang...@googlegroups.com
I've verified the process. To get goweb running on Windows, first make sure you have git and Go installed. Once you have that, run 'go get code.google.com/p/goweb/goweb' in cmd.exe (without quotes). Then, in your import block, add "code.google.com/p/goweb/goweb" and you should be ready to rock.