and bin folders back, and then after doing a "go run" on one of my src
files I noticed that one of the packages I edited was missing certain
functionality I added. It dawned on me that maybe I need to rebuild and
reinstall the packages because something was out of whack. But ah! not so,
sort of. Build and install both went smoothly, but same problem! It wasn't
until I modified a package file (by adding a empty space and resaving) that
install worked and my program finally compiled.
So does Go keep track of packages for modifications?
And are they installed in temp/cache directories?
I thought go only looked in GOPATH src, pkg and bin directories when doing
go run and the temp directories were for current runs.
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.