paulonteri / remote-code-execution-environment

Have you ever wondered how code execution on competitive programming websites like leetcode works? Code that runs code. Tried implementing that.
https://runcode.paulonteri.com
MIT License
152 stars 40 forks source link

Added Support for Golang #8

Closed ItsCosmas closed 4 years ago

ItsCosmas commented 4 years ago

Added Support for Golang:

image

Added go installation to the image Dockerfile. I have also verify that it works. Go is well installed inside the container and running as seen in the screenshot below.

image

paulonteri commented 4 years ago

Thank you!