Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Golang to third-party repos #46

Open
Macbets opened this issue Nov 7, 2016 · 2 comments
Open

Adding Golang to third-party repos #46

Macbets opened this issue Nov 7, 2016 · 2 comments

Comments

@Macbets
Copy link

Macbets commented Nov 7, 2016

Hello, It would be nice to add support golang in minoca, it even possible?

@nodox
Copy link

nodox commented Nov 7, 2016

You would need to port over the language to Minoca. Its a task that is open for anyone to complete.

@evangreen
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants