[go-nuts] Re: Need help to launch hello.go

2019-05-01 Thread Avetis Sargsian
> > Anyway, thanks for try to help! > Actually I was able to instal Go on my mac computer, it took only 10 minutes))), so I will continue to study there ;) -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop

Re: [go-nuts] Re: Need help to launch hello.go

2019-04-30 Thread Avetis Sargsian
Ok there is one file in E:\temp\go-build828919622\b001\importcfg.link end is empty in E:\temp\go-build828919622\b001\exe this is content of importcfg.link packagefile hello=C:\Users\Avetis\AppData\Local\go-build\ae\aecfeab49f117df031d74e0ca3aad783ba25f0524b981cbb74a2db671205fadd-d packagefile fmt=

[go-nuts] Re: Need help to launch hello.go

2019-04-30 Thread Avetis Sargsian
GOPATH = F:\GoWorckspace GOPATH dir structure is: -bin/ -pkg/ -src/ -hello/ hello.go This is my home computer and cause is not an antivirus programm, I tried to reapit everising with it uninstalled. And here is resul running build command with -work argument PS F:\GoWorckspace\s

[go-nuts] Re: Need help to launch hello.go

2019-04-29 Thread Avetis Sargsian
> > I set GOTMPDIR to E:\temp folder > and here is the result PS F:\GoWorckspace\src\hello> go install open E:\temp\go-build447177998\b001\exe\a.out.exe: The system cannot find the file specified. PS F:\GoWorckspace\src\hello> go build open E:\temp\go-build140959642\b001\exe\a.out.exe: The sys

[go-nuts] Re: Need help to launch hello.go

2019-04-29 Thread Avetis Sargsian
Unfortunately changin GOCACHE variable didn't help > PS F:\GoWorckspace\src\hello> go env > set GOARCH=amd64 > set GOBIN=F:\GoWorckspace\bin > set GOCACHE=F:\temp > set GOEXE=.exe > set GOFLAGS= > set GOHOSTARCH=amd64 > set GOHOSTOS=windows > set GOOS=windows > set GOPATH=F:\GoWorckspace > set G

[go-nuts] Need help to launch hello.go

2019-04-28 Thread Avetis Sargsian
Hi everyone, as you can see from the topic I am new to Go I follow the instruction on this page https://golang.org/doc/code.html#Workspaces to launch hello.go and face some difficulties So, I downloded and installed MSI file foe Windows Here is my Go version: go versi