-
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename booleans -> annalyns_infiltration * Add lasagna blurb * Rename comments -> weather forecast * Rename conditionals -> blackjack * Rename constants -> savings-account * Renamee errors -> deep-thought * Fix depe-thought's blurb * Rename maps -> gross-store * Fix chessboard's prerequisites * Rename structs -> need-for-speed * Rename methods -> elons-toys * Fix some package names to follow conventions Co-authored-by: Eric Kingery <[email protected]> * Fix remaining package names with underscores * Rename numbers -> car-factory * Fix gross-store config * Put active concept exercises in "beta" * Rename slices -> card-tricks * Rename strings -> party-robot * Rename strings-package -> logs-logs-logs * Rename time -> booking-up-for-beauty * Rename zero-values -> zero, zilch, nada * Fix booking-up-for-beauty config * Fix booking_up_for_beauty forked from * Rename car-factory -> cars-asemble * Update exercises/concept/cars-assemble/.docs/introduction.md Co-authored-by: Eric Kingery <[email protected]> * Update exercises/concept/cars-assemble/.meta/design.md Co-authored-by: Eric Kingery <[email protected]> Co-authored-by: Eric Kingery <[email protected]>
- Loading branch information
1 parent
5017fdd
commit 92eb8bc
Showing
140 changed files
with
485 additions
and
208 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"blurb": "Learn about booleans by helping Annalyn free her best friend.", | ||
"authors": [ | ||
"oanaOM" | ||
], | ||
"forked_from": [ | ||
"csharp/annalyns-infiltration" | ||
], | ||
"files": { | ||
"solution": [ | ||
"annalyns_infiltration.go" | ||
], | ||
"test": [ | ||
"annalyns_infiltration_test.go" | ||
], | ||
"exemplar": [ | ||
".meta/exemplar.go" | ||
] | ||
} | ||
} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
exercises/concept/booleans/.meta/exemplar.go → ...t/annalyns-infiltration/.meta/exemplar.go
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
2 changes: 1 addition & 1 deletion
2
exercises/concept/booleans/booleans.go → ...yns-infiltration/annalyns_infiltration.go
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
2 changes: 1 addition & 1 deletion
2
exercises/concept/booleans/booleans_test.go → ...nfiltration/annalyns_infiltration_test.go
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package booleans | ||
package annalyn | ||
|
||
import "testing" | ||
|
||
|
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.