Skip to content

Commit 9ce3a48

Browse files
committed
Added Golang console app template to the standard template library.
1 parent d7197f0 commit 9ce3a48

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

standard_template_library/golang-console-app-template.plain

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@
1414

1515
***Test Requirements:***
1616

17-
- The Conformance Tests of The App should be implemented in Go lang using Go's built-in testing package.
17+
- The Conformance Tests of The App should be implemented in Go lang.
1818

19-
- The main executable code file of The App is "{{ main_executable_file_name | code_variable }}".
19+
- The main executable code file of The Conformance Tests should be called "conformance_tests.go".
2020

21-
- The current working directory contains the file "{{ main_executable_file_name | code_variable }}".
21+
- The Conformance Tests will be executed using the command "go run <conformance tests folder>/conformance_tests.go" from a folder that contains the file "{{ main_executable_file_name | code_variable }}".
2222

23-
- The App can be executed using the command "go run {{ main_executable_file_name | code_variable }}".
23+
- "{{ main_executable_file_name | code_variable }}" is the main executable code file of The App.
24+
25+
- Before The Conformance Tests are executed "go get" will be executed in the folder containing the file "{{ main_executable_file_name | code_variable }}".
26+
27+
- Before The Conformance Tests are executed "go get" will be executed in <conformance tests folder>.
28+
29+
- The App can be executed using the command "go run".
2430

2531

2632
# The Go lang console application boilerplate

0 commit comments

Comments
 (0)