File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99## [ v1.1] ( https://github.com/thewizardplusplus/go-code-runner/tree/v1.1 ) (2021-03-27)
1010
1111## [ v1.0] ( https://github.com/thewizardplusplus/go-code-runner/tree/v1.0 ) (2021-03-22)
12+
13+ Major version. Implementing of the compiling and running of a code written in the Go programming language.
14+
15+ ### Features
16+
17+ - saving of a code to a temporary file:
18+ - storing of the temporary file with the code to an individual temporary directory;
19+ - compiling of a code written in the Go programming language:
20+ - automatic importing of the packages used in the code;
21+ - enriching of an error of the external command running by an output from the stderr stream;
22+ - running of the compiled code (i.e. the executable file):
23+ - passing of a custom input as the stdin stream;
24+ - returning of an output from the stdout stream;
25+ - enriching of an error of the external command running by an output from the stderr stream.
You can’t perform that action at this time.
0 commit comments