On Wednesday, November 23, 2022 at 7:00:35 PM UTC-5 kra...XXX wrote: > On Windows Go is normally installed to C:\Program Files\Go. You should not > put your source code inside that directory. Put the source for your > projects somewhere else such as %HOME%/go. >
My source files are not under "C:\Program Files\Go" They are under a separate directory: /home/pfarrell/whome/sandbox/gows/treesort The error message contains an invented path that does not exist $ go test . # github.com/pfarrell51/gows/treesort treesort_test.go:11:2: package treesort is not in GOROOT (C:\Program Files\Go\src\treesort) FAIL github.com/pfarrell51/gows/treesort [setup failed] > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/e8814b02-d072-4272-a12b-4509d353666cn%40googlegroups.com.