twpayne / go-geom

Package geom implements efficient geometry types for geospatial applications.
BSD 2-Clause "Simplified" License
839 stars 104 forks source link

cgo panic #241

Closed ruierzhao closed 6 months ago

ruierzhao commented 6 months ago

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

twpayne commented 6 months ago

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

ruierzhao commented 6 months ago

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.