BabitMF / bmf-gosdk

The Golang SDK for BMF
7 stars 0 forks source link

Does it require CGO dependency? Based on the testing process, it seems like it, right? #1

Open wsy998 opened 1 year ago

wsy998 commented 1 year ago

Does it require CGO dependency? Based on the testing process, it seems like it, right?

sbraveyoung commented 10 months ago

Yes, gosdk is just a set of APIs bound to the go language for golang developers. The c engine layer is also needed for actual operation, so cgo is needed.