You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standard_template_library/golang-console-app-template.plain
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,19 @@
14
14
15
15
***Test Requirements:***
16
16
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.
18
18
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".
20
20
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 }}".
22
22
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".
0 commit comments