Skip to content

Commit ac0d232

Browse files
authored
fix: remove elon (#2851)
1 parent 26635e1 commit ac0d232

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
},
203203
{
204204
"name": "Elon's Toys",
205-
"slug": "elons-toys",
205+
"slug": "jedliks-toys",
206206
"uuid": "18fb2aa2-9748-481e-a321-6b6844c1deb6",
207207
"concepts": [
208208
"methods"

exercises/concept/elons-toys/go.mod

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

exercises/concept/elons-toys/.meta/config.json renamed to exercises/concept/jedliks-toys/.meta/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
],
99
"files": {
1010
"solution": [
11-
"elons_toys.go"
11+
"jedliks_toys.go"
1212
],
1313
"test": [
14-
"elons_toys_test.go"
14+
"jedliks_toys_test.go"
1515
],
1616
"exemplar": [
1717
".meta/exemplar.go"
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"forked_from": [
27-
"csharp/elons-toys"
27+
"csharp/jedliks-toys"
2828
],
2929
"blurb": "Learn about methods by playing with Elon's toys",
3030
"custom": {
File renamed without changes.

exercises/concept/elons-toys/.meta/exemplar.go renamed to exercises/concept/jedliks-toys/.meta/exemplar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package elon
1+
package jedlik
22

33
import "fmt"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package elon
1+
package jedlik
22

33
// Car implements a remote controlled car.
44
type Car struct {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module jedlik
2+
3+
go 1.18
4+

0 commit comments

Comments
 (0)