From db8bb97dfa2dacef002a1f349ea970d76fee4fc9 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 22 Feb 2026 20:15:50 +0300 Subject: Refactoring --- model/command.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 model/command.go (limited to 'model/command.go') diff --git a/model/command.go b/model/command.go deleted file mode 100644 index 237e94f..0000000 --- a/model/command.go +++ /dev/null @@ -1,9 +0,0 @@ -package model - -type Command struct { - Name string - Arguments Values - Body *Doc -} - -type Commands []*Command -- cgit v1.2.3