diff --git a/common/db.json b/common/db.json new file mode 100644 index 0000000..03f7b0c --- /dev/null +++ b/common/db.json @@ -0,0 +1,12 @@ +{ + "words":[ + { + "word":"golang", + "description":"Самый потрясающий язык на свете" + }, + { + "word":"python", + "description":"язык для ML" + } + ] +} diff --git a/internel/game/game.go b/internel/game/game.go new file mode 100644 index 0000000..cde26fe --- /dev/null +++ b/internel/game/game.go @@ -0,0 +1 @@ +package game diff --git a/internel/user/user.go b/internel/user/user.go new file mode 100644 index 0000000..a00006b --- /dev/null +++ b/internel/user/user.go @@ -0,0 +1 @@ +package user