diff options
| author | 2026-02-22 20:15:50 +0300 | |
|---|---|---|
| committer | 2026-02-22 20:15:50 +0300 | |
| commit | db8bb97dfa2dacef002a1f349ea970d76fee4fc9 (patch) | |
| tree | 7de11be3a01a6ef83a218dc98d90586dd1afb09a /model/assignment.go | |
| parent | Добавил утилитарные функции для моделей (diff) | |
| download | conf-db8bb97dfa2dacef002a1f349ea970d76fee4fc9.tar.gz conf-db8bb97dfa2dacef002a1f349ea970d76fee4fc9.tar.bz2 conf-db8bb97dfa2dacef002a1f349ea970d76fee4fc9.tar.xz conf-db8bb97dfa2dacef002a1f349ea970d76fee4fc9.zip | |
Refactoringv0.0.4
Diffstat (limited to 'model/assignment.go')
| -rw-r--r-- | model/assignment.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/model/assignment.go b/model/assignment.go deleted file mode 100644 index 746e2b3..0000000 --- a/model/assignment.go +++ /dev/null @@ -1,6 +0,0 @@ -package model - -type Assignment struct { - Key string - Value Values -} |
