Skip to content

Commit 90b22b2

Browse files
Add go.mod to files.invalidator (#2625)
1 parent 9912d75 commit 90b22b2

File tree

149 files changed

+448
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+448
-1
lines changed

exercises/concept/airport-robot/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"icon": "squeaky-clean",

exercises/concept/animal-magic/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"icon": "roll-the-die",

exercises/concept/annalyns-infiltration/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"forked_from": [

exercises/concept/bird-watcher/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"forked_from": [

exercises/concept/blackjack/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"exemplar": [
1818
".meta/exemplar.go"
19+
],
20+
"invalidator": [
21+
"go.mod"
1922
]
2023
},
2124
"blurb": "Learn about conditionals by playing Blackjack."

exercises/concept/booking-up-for-beauty/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"forked_from": [

exercises/concept/card-tricks/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"blurb": "Learn about slices by doing card tricks."

exercises/concept/cars-assemble/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"exemplar": [
1818
".meta/exemplar.go"
19+
],
20+
"invalidator": [
21+
"go.mod"
1922
]
2023
},
2124
"blurb": "Learn about numbers and type conversion by analyzing an assembly line in a car factory."

exercises/concept/census/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"exemplar": [
1818
".meta/exemplar.go"
19+
],
20+
"invalidator": [
21+
"go.mod"
1922
]
2023
},
2124
"blurb": "Learn about zero values."

exercises/concept/chessboard/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"exemplar": [
1717
".meta/exemplar.go"
18+
],
19+
"invalidator": [
20+
"go.mod"
1821
]
1922
},
2023
"forked_from": [

exercises/concept/deep-thought/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"blurb": "Learn about errors by finding the absolute answer to life, the universe, and everything."

exercises/concept/election-day/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"editor": [
1616
"election_result.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"blurb": "Learn about pointers by creating a simple voting system.",

exercises/concept/elons-toys/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
],
1919
"editor": [
2020
"car.go"
21+
],
22+
"invalidator": [
23+
"go.mod"
2124
]
2225
},
2326
"forked_from": [

exercises/concept/expenses/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
],
1313
"exemplar": [
1414
".meta/exemplar.go"
15+
],
16+
"invalidator": [
17+
"go.mod"
1518
]
1619
},
1720
"blurb": "Learn about first-class functions by helping Bob manage expense records."

exercises/concept/gross-store/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"blurb": "Learn about maps by selling items by the dozen at the Gross Store."

exercises/concept/interest-is-interesting/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"forked_from": [

exercises/concept/lasagna-master/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"forked_from": [

exercises/concept/lasagna/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"exemplar": [
1818
".meta/exemplar.go"
19+
],
20+
"invalidator": [
21+
"go.mod"
1922
]
2023
},
2124
"forked_from": [

exercises/concept/logs-logs-logs/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
],
1313
"exemplar": [
1414
".meta/exemplar.go"
15+
],
16+
"invalidator": [
17+
"go.mod"
1518
]
1619
},
1720
"blurb": "Learn about the strings package by parsing logs."

exercises/concept/meteorology/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"exemplar": [
1717
".meta/exemplar.go"
18+
],
19+
"invalidator": [
20+
"go.mod"
1821
]
1922
},
2023
"blurb": "Format metereological data of custom types into strings."

exercises/concept/need-for-speed/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"exemplar": [
1818
".meta/exemplar.go"
19+
],
20+
"invalidator": [
21+
"go.mod"
1922
]
2023
},
2124
"forked_from": [

exercises/concept/parsing-log-files/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"blurb": "Learn about regular expressions by parsing logs."

exercises/concept/party-robot/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"exemplar": [
1717
".meta/exemplar.go"
18+
],
19+
"invalidator": [
20+
"go.mod"
1821
]
1922
},
2023
"blurb": "Learn about strings by programming a party robot."

exercises/concept/savings-account/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"blurb": "Learn about constants by managing a savings account."

exercises/concept/sorting-room/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/exemplar.go"
17+
],
18+
"invalidator": [
19+
"go.mod"
1720
]
1821
},
1922
"blurb": "Learn about type casting and type assertions in the sorting room."

exercises/concept/the-farm/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
],
1919
"editor": [
2020
"types.go"
21+
],
22+
"invalidator": [
23+
"go.mod"
2124
]
2225
},
2326
"blurb": "Learn about errors and interfaces while feeding cows on the farm."

exercises/concept/vehicle-purchase/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"exemplar": [
1313
".meta/exemplar.go"
14+
],
15+
"invalidator": [
16+
"go.mod"
1417
]
1518
},
1619
"forked_from": [

exercises/concept/weather-forecast/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
],
1313
"exemplar": [
1414
".meta/exemplar.go"
15+
],
16+
"invalidator": [
17+
"go.mod"
1518
]
1619
},
1720
"blurb": "Learn about comments by helping a weather station manage their weather forecasting program."

exercises/concept/welcome-to-tech-palace/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"exemplar": [
1717
".meta/exemplar.go"
18+
],
19+
"invalidator": [
20+
"go.mod"
1821
]
1922
},
2023
"blurb": "Learn about strings and the strings package by generating text for a store's new display."

exercises/practice/accumulate/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"example": [
3434
".meta/example.go"
35+
],
36+
"invalidator": [
37+
"go.mod"
3538
]
3639
},
3740
"source": "Conversation with James Edward Gray II",

exercises/practice/acronym/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
],
3737
"editor": [
3838
"cases_test.go"
39+
],
40+
"invalidator": [
41+
"go.mod"
3942
]
4043
},
4144
"blurb": "Convert a long phrase to its acronym.",

exercises/practice/all-your-base/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
],
2929
"editor": [
3030
"cases_test.go"
31+
],
32+
"invalidator": [
33+
"go.mod"
3134
]
3235
},
3336
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."

exercises/practice/allergies/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"editor": [
3434
"cases_test.go"
35+
],
36+
"invalidator": [
37+
"go.mod"
3538
]
3639
},
3740
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",

exercises/practice/alphametics/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
],
2323
"editor": [
2424
"cases_test.go"
25+
],
26+
"invalidator": [
27+
"go.mod"
2528
]
2629
},
2730
"blurb": "Write a function to solve alphametics puzzles."

exercises/practice/anagram/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
],
3535
"editor": [
3636
"cases_test.go"
37+
],
38+
"invalidator": [
39+
"go.mod"
3740
]
3841
},
3942
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",

exercises/practice/armstrong-numbers/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
],
2727
"editor": [
2828
"cases_test.go"
29+
],
30+
"invalidator": [
31+
"go.mod"
2932
]
3033
},
3134
"blurb": "Determine if a number is an Armstrong number.",

exercises/practice/atbash-cipher/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
],
3131
"editor": [
3232
"cases_test.go"
33+
],
34+
"invalidator": [
35+
"go.mod"
3336
]
3437
},
3538
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",

exercises/practice/bank-account/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
],
2929
"example": [
3030
".meta/example.go"
31+
],
32+
"invalidator": [
33+
"go.mod"
3134
]
3235
},
3336
"blurb": "Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!",

exercises/practice/beer-song/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"example": [
3434
".meta/example.go"
35+
],
36+
"invalidator": [
37+
"go.mod"
3538
]
3639
},
3740
"source": "Learn to Program by Chris Pine",

exercises/practice/binary-search-tree/.meta/config.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
],
2929
"example": [
3030
".meta/example.go"
31+
],
32+
"invalidator": [
33+
"go.mod"
3134
]
3235
},
3336
"blurb": "Insert and search for numbers in a binary tree.",

0 commit comments

Comments
 (0)