What version of Go are you using (go version)?
$ go version
go version devel go1.18-a412b5f Wed Dec 1 06:03:27 2021 +0000 darwin/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
The Gotip Playground
What did you do?
https://gotipplay.golang.org/p/MFUJGGC_uWf
What did you expect to see?
Compiled without error
What did you see instead?
./prog.go:5:2: could not import tptest/option (cannot import "tptest/option" (type parameter bound more than once), possibly version skew - reinstall package)
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env)?The Gotip Playground
What did you do?
https://gotipplay.golang.org/p/MFUJGGC_uWf
What did you expect to see?
Compiled without error
What did you see instead?
./prog.go:5:2: could not import tptest/option (cannot import "tptest/option" (type parameter bound more than once), possibly version skew - reinstall package)