-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor submission creation in submit.go and test.go
This commit refactors the submission creation in submit.go and test.go files. It adds a new parameter command to the CreateSubmission function in codecrafters_client.go file. The command parameter is used to specify the type of submission, either "submit" or "test". This change allows for better code organization and separation of concerns. Commit message: "Refactor submission creation in submit.go and test.go"
- Loading branch information
1 parent
24cf378
commit 7dde834
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters