Closed
Description
by astronfo:
Compile any Go source file that imports a custom package (the official tutorial at http://golang.org/doc/go_tutorial.html#tmp_164 fails, too) Instead of the expected output, 8g produces error: "fatal error: can't find import: name_of_package". Specifying the include directory with -I does not help, either. $GOOS=linux, $GOARCH=386, revision changeset 3975:b51fd2d6c160 Thanks in advance.