### Go version gotip ### Output of `go env` in your module/workspace: ```shell GOARCH="arm64" GOOS="darwin" ``` ### What did you do? playground link: https://go.dev/play/p/WAX0OTneh60 ### What did you see happen? ``` panic: runtime error: hash of unhashable type [4]int32 goroutine 1 [running]: main.main() /tmp/sandbox3460698193/prog.go:15 +0xc7 ``` ### What did you expect to see? no panic
Go version
gotip
Output of
go envin your module/workspace:What did you do?
playground link: https://go.dev/play/p/WAX0OTneh60
What did you see happen?
What did you expect to see?
no panic