Re: [go-nuts] go run Cmd/compile/, then errors: use of internal package not allowed

2022-09-14 Thread Ian Lance Taylor
On Wed, Sep 14, 2022 at 7:48 AM 布雷 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

[go-nuts] go run Cmd/compile/, then errors: use of internal package not allowed

2022-09-14 Thread 布雷
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. -- You received this message because you are subscribed to the Google Groups "golang-nuts