Re: [go-nuts] help- i cant run program

2019-01-17 Thread Ian Lance Taylor
On Thu, Jan 17, 2019 at 5:41 PM  wrote:
>
> hay
> Help, while I'm running and getting this error
>
>
> cannot find package "fmt" in any of: C:\Go\bin\src\fmt (from $GOROOT) 
> C:\Users\HP\go\src\fmt (from $GOPATH) package . imports runtime: cannot find 
> package "runtime" in any of: C:\Go\bin\src\runtime (from $GOROOT) 
> C:\Users\HP\go\src\runtime (from $GOPATH)
>
> I think it has to do with the definition of an "environment variable"
> I'd be happy to get help with this

Something is wrong with your Go installation.  Exactly how did you
install Go?  Is GOROOT set in your environment (it shouldn't be)?

Ian

-- 
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.


[go-nuts] help- i cant run program

2019-01-17 Thread eitanh33
hay
Help, while I'm running and getting this error


cannot find package "fmt" in any of: C:\Go\bin\src\fmt (from $GOROOT) 
C:\Users\HP\go\src\fmt (from $GOPATH) package . imports runtime: cannot 
find package "runtime" in any of: C:\Go\bin\src\runtime (from $GOROOT) 
C:\Users\HP\go\src\runtime (from $GOPATH)

I think it has to do with the definition of an "environment variable"
I'd be happy to get help with this



-- 
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.