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

Implement Go Language Compilation #5

Open
unownone opened this issue Sep 29, 2022 · 0 comments
Open

Implement Go Language Compilation #5

unownone opened this issue Sep 29, 2022 · 0 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed medium This label defines that the issue if of medium difficulty

Comments

@unownone
Copy link
Owner

Summary

According to the roadmap , we need to support Golang too! So As we have implemented Java, Python , C , C++, we need to implement support for Golang too!

To DO:

  • Set up a new function called RunGo in app/compile.py which would try to compile the code.
  • Inorder for go to compile you also need to install go compiler in the docker container by adding it in the Dockerfile in project root. Please see this link to understand how you can do it.
  • To Add this to list of supported languages make sure to update the dictionary of supported languages and their targets , ie the function!

PS : If you have any issue regarding this , feel free to reply to this issue!

@unownone unownone added enhancement New feature or request help wanted Extra attention is needed hacktoberfest medium This label defines that the issue if of medium difficulty labels Sep 29, 2022
@unownone unownone added this to the Code Compilation milestone Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed medium This label defines that the issue if of medium difficulty
Projects
None yet
Development

No branches or pull requests

1 participant