-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programming exercises
: Add Go programming language template
#9751
Conversation
6e3ce88
to
1572313
Compare
1572313
to
d6c458e
Compare
a1f7ac3
to
bb2a6c8
Compare
I was requested to make this independent of #9691. Please re-test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on ts1, go exercises build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code
Checklist
General
Server
Changes affecting Programming Exercises
Motivation and Context
Go currently is on rank 12 of the PYPL Index and should be included as a relevant language for programming exercises.
Description
This PR adds Go as a programming exercise template. It uses the Strategy Pattern example as used in the other languages.
The tests use the standard
testing
package to be run withgo test
. The output is converted to JUnit XML using go-junit-report.This PR also includes refactoring of client code for easy extensibility of package name verification.
Steps for Testing
Prerequisites:
Go
for the languageTestserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Summary by CodeRabbit
Release Notes
New Features
Enhancements
Bug Fixes
Chores