Skip to content
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

Add go.mod to files.invalidator #2625

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions exercises/concept/airport-robot/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"icon": "squeaky-clean",
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/animal-magic/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"icon": "roll-the-die",
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/annalyns-infiltration/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/bird-watcher/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/blackjack/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about conditionals by playing Blackjack."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/booking-up-for-beauty/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/card-tricks/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about slices by doing card tricks."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/cars-assemble/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about numbers and type conversion by analyzing an assembly line in a car factory."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/census/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about zero values."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/chessboard/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/deep-thought/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about errors by finding the absolute answer to life, the universe, and everything."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/election-day/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"editor": [
"election_result.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about pointers by creating a simple voting system.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/elons-toys/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
],
"editor": [
"car.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/expenses/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about first-class functions by helping Bob manage expense records."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/gross-store/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about maps by selling items by the dozen at the Gross Store."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/interest-is-interesting/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/lasagna-master/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/lasagna/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/logs-logs-logs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about the strings package by parsing logs."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/meteorology/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Format metereological data of custom types into strings."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/need-for-speed/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/parsing-log-files/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about regular expressions by parsing logs."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/party-robot/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about strings by programming a party robot."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/savings-account/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about constants by managing a savings account."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/sorting-room/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about type casting and type assertions in the sorting room."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/the-farm/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
],
"editor": [
"types.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about errors and interfaces while feeding cows on the farm."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/vehicle-purchase/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"forked_from": [
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/weather-forecast/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about comments by helping a weather station manage their weather forecasting program."
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/welcome-to-tech-palace/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about strings and the strings package by generating text for a store's new display."
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/accumulate/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"example": [
".meta/example.go"
],
"invalidator": [
"go.mod"
]
},
"source": "Conversation with James Edward Gray II",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/acronym/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Convert a long phrase to its acronym.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/all-your-base/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/allergies/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/alphametics/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Write a function to solve alphametics puzzles."
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/anagram/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Determine if a number is an Armstrong number.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/atbash-cipher/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/bank-account/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"example": [
".meta/example.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/beer-song/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"example": [
".meta/example.go"
],
"invalidator": [
"go.mod"
]
},
"source": "Learn to Program by Chris Pine",
Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/binary-search-tree/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"example": [
".meta/example.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Insert and search for numbers in a binary tree.",
Expand Down
Loading