iand / draw2d

A Fork of code.google.com/p/draw2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOPATH Needs to be set

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Fresh Go installation
2. goinstall draw2d.googlecode.com/hg/draw2d 

What is the expected output? What do you see instead?

The package should get installed.

goinstall: image/color: go/build: package could not be found locally ($GOPATH 
not set)

What version of the product are you using? On what operating system?

Go release.r60.1, Mac OS X Lion

Please provide any additional information below.

I tried to figure out where to set GOPATH to, which made the ($GOPATH not set) 
part disappear, but I haven't been able to figure out how to fix it.

Original issue reported on code.google.com by chris.ca...@gmail.com on 9 Oct 2011 at 5:27

now you can goinstall code.google.com/p/draw2d/draw2d

Original comment by legoff.l...@gmail.com on 13 Jan 2012 at 9:40

  • Changed state: Fixed