refactor: cleanup backend structure

This commit is contained in:
2025-10-21 22:07:59 +03:00
parent 8e9c9585f2
commit 25c933ae63
11 changed files with 82 additions and 100 deletions

5
cmd/obi.go Normal file
View File

@@ -0,0 +1,5 @@
package cmd
func init() {
fmt.Println!("foo")
}