Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 627 Bytes

File metadata and controls

11 lines (7 loc) · 627 Bytes

go-challenge

This repo is organized into multiple challenge exercises, each within it's own subdirectory.

Please follow the specific instructions for the challenge you have been assigned, and then submit your changes for code review based on the guidelines below.

General Submission Guidelines

  • Fork this repository and make your changes directly within the appropriate challenge directory.
  • When complete, send in a pull request for code review.
  • Ensure that before you send the PR that the main application compiles and runs, the tests all pass, and your commits are all squashed into a single commit.