Skip to content

Commit 3f1d9a8

Browse files
Describe the release of v1.0
1 parent 9dc6e28 commit 3f1d9a8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGE_LOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,17 @@
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.

0 commit comments

Comments
 (0)