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

fix : added golang support (solving issue #1) #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deexithparand
Copy link

As part of addressing Issue #1, I have implemented support for the Go programming language. Below are the steps and changes made:

  1. Added Test Cases: Created and included test cases specifically for Go to ensure robust functionality and correctness.
  2. Updated Dockerfile: Modified the Dockerfile to include the installation of the Go runtime.
  3. Adjusted RAM Allocation: The default RAM allocation was insufficient for Go. Therefore, I increased the RAM limit to match the allocation used for Node.js, ensuring smooth execution.
  4. Verified Functionality: Thoroughly tested the code using sample Go programs to confirm proper execution and performance.

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

Successfully merging this pull request may close these issues.

1 participant