Closed chadmiller-saq closed 3 weeks ago
@chadmiller-saq what happens when you run go mod tidy
and then go run main.go
?
It does indeed work then.
$ go mod tidy
go: downloading github.com/go-playground/assert/v2 v2.2.0
go: downloading github.com/ugorji/go/codec v1.2.11
I guess this is okay.
May be related to whatever is behind #1016.