command-line-arguments ./main.go:17:29: cannot use "Hello, NN!" (type string) as type *_Ctype_char in argument to _Cfunc_hello // src/reflect/value.go: type StringHeader struct { Data uintptr Len int }
https://github.com/golang/go/wiki/cgo RustGo: вызов Rust из Go с почти нулевым оверхедом https://habr.com/post/337348/ Пишем модульную Go программу с плагинами https://4gophers.ru/articles/plugins/