As part of addressing Issue #1, I have implemented support for the Go programming language. Below are the steps and changes made:
Added Test Cases: Created and included test cases specifically for Go to ensure robust functionality and correctness.
Updated Dockerfile: Modified the Dockerfile to include the installation of the Go runtime.
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.
Verified Functionality: Thoroughly tested the code using sample Go programs to confirm proper execution and performance.
As part of addressing Issue #1, I have implemented support for the Go programming language. Below are the steps and changes made: