null icon indicating copy to clipboard operation
null copied to clipboard

getting this compilation warnings/errors in my logs

Open ORESoftware opened this issue 2 years ago • 0 comments

14.96 github.com/volatiletech/null
14.99 # github.com/volatiletech/null
14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/int32.go:138:34: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.MediumInt
14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/json.go:162:38: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.Str
14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/string.go:122:39: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.FormattedString
14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/string.go:133:28: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.Str
14.99 /go/pkg/mod/github.com/volatiletech/[email protected]+incompatible/time.go:128:27: cannot use seed (variable of type *randomize.Seed) as func() int64 value in argument to randomize.Date

happy to provide more info if you want

ORESoftware avatar Nov 22 '23 04:11 ORESoftware