I have installed google go on my server using the golang repo for CentOS 6.4. The paths are set correctly and I can run go version. When I try to download the package below I receive this error. Any help is appreciated
go get github.com/fiorix/freegeoip
# github.com/fiorix/freegeoip
cannot create <nil>/go.o: No such file or directory
go envplease? Also, can yougo getother packages? – Not_a_Golfer Mar 3 '14 at 21:22/home/www/geocodeexist? does the user who does thego gethave access to it? I just installed it here and it works fine. – Not_a_Golfer Mar 3 '14 at 21:30export TMPDIR=/tmpand see if it helps. – Not_a_Golfer Mar 3 '14 at 22:02