Closed databus23 closed 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:
unsafe.Pointer
>go build ./gorfc # github.com/SAP/gorfc/gorfc gorfc/gorfc.go:291:59: cannot convert utf8str (type *_Ctype_char) to type *_Ctype_uchar
All committers have signed the CLA.
Thanks @databus23
Adding support for macOS was straight forward. I only had to add one
unsafe.Pointer
instruction to get rid of the following compiler error: