Hi
I have problem with go get
I have just update to go1.0.3 (on a windows machine) and wanted to get the
draw2d package
According to package webpage i should run:
go get code.google.com/p/draw2d/draw2d
The result from a terminalwindow at c:/go is:
c:\Go>go get code.google.com/p/draw2d/draw2d
# cd .; hg clone -U https://code.google.com/p/draw2d
C:\Go\src\pkg\code.google.c
om\p\draw2d
package code.google.com/p/draw2d/draw2d: exec: "hg": executable file not
found i
n %PATH%
I get same result inside LiteIde
I cant find any hg so what is needed? I'm sure i have missed something very
basic..
/Anders
c:\Go>
--