how to install goweb in windows

50 views
Skip to first unread message

Tau Jiang

unread,
Aug 2, 2012, 5:42:35 AM8/2/12
to golang...@googlegroups.com
I run the cmd
go build  there is no response

2012-08-02_173354.png

Christopher Hobbs

unread,
Aug 2, 2012, 10:33:07 AM8/2/12
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
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.
Reply all
Reply to author
Forward
0 new messages