dgrijalva/jwt-go

.FillBytes undefined (type *big.Int has no field or method FillBytes)

Opened this issue · 2 comments

i also have this problem, anyone solved it?

FillBytes was added in Go 1.15, so you need to update your Go compiler to at least 1.15.