twpayne / go-geom

Package geom implements efficient geometry types for geospatial applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cgo panic

ruierzhao opened this issue · comments

windows10 ,amd64, mingw :
when I run go run main.go,it occur this cannot use (_Ctype_ulong)(len(wkb)) (value of type _Ctype_ulong) as _Ctype_ulonglong value in variable declaration ,I'm confused ,what is matter

go-geom does not use cgo. Whatever your problem is, it has nothing to do with go-geom.

Im so sorry,it panic when I use go-geos,but I write an issuse on this reop.In order to solve my problem as soon as possible, I have given up using golang. anyway, thank you.