You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we'd love some help with this. Go seems to refuse to use the C library and want to make system calls themselves. We don't expose the system calls directly, but do expose their functionality via C functions in libminocaos.so (include/minoca/lib/minocaos.h). The bulk of the work would be wiring up Go's syscall functions to our OsXxx functions. Also since we don't already have a go compiler, I think this would need to be done on Go 1.4, and then again on the latest Go.
Hello, It would be nice to add support golang in minoca, it even possible?
The text was updated successfully, but these errors were encountered: