Skip to content

v1.0

Choose a tag to compare

@thewizardplusplus thewizardplusplus released this 22 Mar 01:53
· 72 commits to master since this release

Major version. Implementing of the compiling and running of a code written in the Go programming language.

Features

  • saving of a code to a temporary file:
    • storing of the temporary file with the code to an individual temporary directory;
  • compiling of a code written in the Go programming language:
    • automatic importing of the packages used in the code;
    • enriching of an error of the external command running by an output from the stderr stream;
  • running of the compiled code (i.e. the executable file):
    • passing of a custom input as the stdin stream;
    • returning of an output from the stdout stream;
    • enriching of an error of the external command running by an output from the stderr stream.