larksuite / oapi-sdk-go

larksuite oapi sdk by golang
MIT License
417 stars 85 forks source link

Overflow #122

Closed zxrys closed 9 months ago

zxrys commented 9 months ago

\go\pkg\mod\github.com\larksuite\oapi-sdk-go\v3@v3.0.2\service\drive\v1\api_ext.go:30:13: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in struct literal (overflows)

zxrys commented 9 months ago

after updating to v3.1.2, it still dosen't work

zxrys commented 9 months ago

all right, my mistake. it can only run with 64 bit go.