Save
This commit is contained in:
parent
906d4808fb
commit
4b9ace22ed
12
common/db.json
Normal file
12
common/db.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"words":[
|
||||
{
|
||||
"word":"golang",
|
||||
"description":"Самый потрясающий язык на свете"
|
||||
},
|
||||
{
|
||||
"word":"python",
|
||||
"description":"язык для ML"
|
||||
}
|
||||
]
|
||||
}
|
1
internel/game/game.go
Normal file
1
internel/game/game.go
Normal file
@ -0,0 +1 @@
|
||||
package game
|
1
internel/user/user.go
Normal file
1
internel/user/user.go
Normal file
@ -0,0 +1 @@
|
||||
package user
|
Loading…
Reference in New Issue
Block a user