On Wed, Sep 14, 2022 at 7:48 AM 布雷 <
gong...@gmail.com> wrote:
>
> when I run `go run src/cmd/compile/main.go`, I got error at main.go:8:2: use of internal package cmd/compile/internal/amd64 not allowed. I'm confused with the error and cann't solve it.
> getting help.
I wouldn't expect that to work even if you were able to fix that
problem. What are you really trying to do?
Note that "go run" is a convenience feature, not really suited for a
complex tool like cmd/compile.
Ian