i faced similar problem which said "go install: no install location for 
/home/cipto/softdev/go/src/mymath: hidden by 
/home/cipto/prog-install/go/src/mymath". The context is my go qorkspace is 
"/home/cipto/softdev/go"
Finally I figure out that mymath directory has been duplicated at 
"/home/cipto/prog-install/go" (where go has been installed). Then i remove 
the mymath dir from my go install dir. Alhamdulillah I has been solved ^_^

On Friday, May 15, 2015 at 5:32:04 AM UTC+7, Bill Biao wrote:
>
> I always have this situation,but i dont why??
> i think i have already set GOPATH,and i have built directory of bin,  pkg 
> , src, the source file in src can build,but cannot install,please anyone 
> who can tell me the reason,thank u all the time!!!
>
> “go install: no install location for C:\GoAllProgram\Helloworld\src\main: 
> hidden by C:\GoAllProgram\UnCertainParameters\src\main”
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to