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

Fix Golang not running inside docker #13

Closed ItsCosmas closed 4 years ago

ItsCosmas commented 4 years ago

This new fix includes go functionality previously removed because of this issue https://github.com/paulonteri/remote-code-execution-environment/issues/12.

This fix is as described here https://github.com/paulonteri/remote-code-execution-environment/issues/12#issuecomment-660373985

ItsCosmas commented 4 years ago

I have made the requested changes here's the commit https://github.com/ItsCosmas/remote-code-execution-environment/commit/a1b63f88526b8e7dbf8db1a62c9c0891e15b185a

paulonteri commented 4 years ago

Thanks!