SAP / gorfc

SAP NW RFC Connector for GO
Apache License 2.0
96 stars 42 forks source link

Add initial support for macOS. #18

Closed databus23 closed 4 years ago

databus23 commented 4 years ago

Adding support for macOS was straight forward. I only had to add one unsafe.Pointer instruction to get rid of the following compiler error:

>go build ./gorfc
# github.com/SAP/gorfc/gorfc
gorfc/gorfc.go:291:59: cannot convert utf8str (type *_Ctype_char) to type *_Ctype_uchar
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

bsrdjan commented 4 years ago

Thanks @databus23